added rzeczy
This commit is contained in:
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
@@ -3,3 +3,8 @@ type Command = {
|
||||
register: () => any,
|
||||
execute: (interaction: ChatInputCommandInteraction<CacheType>) => Promise<void>,
|
||||
}
|
||||
|
||||
type Queue = {
|
||||
songList: string[],
|
||||
current: string | null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user