format wiadomości
This commit is contained in:
12
src/global.d.ts
vendored
12
src/global.d.ts
vendored
@@ -4,7 +4,13 @@ type Command = {
|
||||
execute: (interaction: ChatInputCommandInteraction<CacheType>) => Promise<void>,
|
||||
}
|
||||
|
||||
type Queue = {
|
||||
songList: string[],
|
||||
current: string | null,
|
||||
type AudioFile = {
|
||||
url: string
|
||||
path: string
|
||||
}
|
||||
|
||||
type Queue = {
|
||||
songList: AudioFile[],
|
||||
current: AudioFile | null,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user