cleanup music search + actually compile subdirectories with tsc 😭

This commit is contained in:
Linnea Gräf 2025-04-12 12:46:12 +02:00
parent bdec64a050
commit f76984fa7d
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
16 changed files with 63 additions and 55 deletions

View file

@ -8,8 +8,8 @@ import {
InteractionContextType,
SlashCommandBuilder
} from "discord.js";
import { Config } from "../config.ts";
import sharp, { SharpInput } from "sharp";
import { type Config } from "../config.ts";
import sharp, { type SharpInput } from "sharp";
import * as path from 'path';
import { Canvas, loadImage } from "canvas";
import { readdir, readFile } from "fs/promises";