added history
This commit is contained in:
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
@@ -14,3 +14,8 @@ type Queue = {
|
||||
current: AudioFile | null,
|
||||
}
|
||||
|
||||
type HistoryObject = {
|
||||
interaction: ChatInputCommandInteraction<CacheType>,
|
||||
url: string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user