added rzeczy

This commit is contained in:
Patryk Koreń
2025-12-26 20:45:38 +01:00
parent 375779de9c
commit b551cce62a
14 changed files with 326 additions and 91 deletions

5
src/global.d.ts vendored
View File

@@ -3,3 +3,8 @@ type Command = {
register: () => any,
execute: (interaction: ChatInputCommandInteraction<CacheType>) => Promise<void>,
}
type Queue = {
songList: string[],
current: string | null,
}