added loop
This commit is contained in:
9
src/global.d.ts
vendored
9
src/global.d.ts
vendored
@@ -10,12 +10,13 @@ type AudioFile = {
|
||||
}
|
||||
|
||||
type Queue = {
|
||||
songList: AudioFile[],
|
||||
current: AudioFile | null,
|
||||
songList: AudioFile[]
|
||||
current: AudioFile | null
|
||||
loop: AudioFile | null
|
||||
}
|
||||
|
||||
type HistoryObject = {
|
||||
interaction: ChatInputCommandInteraction<CacheType>,
|
||||
url: string,
|
||||
interaction: ChatInputCommandInteraction<CacheType>
|
||||
url: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user