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

@ -2,11 +2,7 @@ import {
ApplicationCommandType,
ContextMenuCommandBuilder,
ContextMenuCommandInteraction,
InteractionContextType,
Message,
Snowflake,
User
} from "discord.js";
Message} from "discord.js";
import { ContextCommand } from "../command.ts";
export default class Uwuifier extends ContextCommand<Message> {