added history

This commit is contained in:
Patryk Koreń
2026-01-27 21:27:36 +01:00
parent bb2b31bb61
commit cbf39d2bae
5 changed files with 44 additions and 4 deletions

5
src/global.d.ts vendored
View File

@@ -14,3 +14,8 @@ type Queue = {
current: AudioFile | null,
}
type HistoryObject = {
interaction: ChatInputCommandInteraction<CacheType>,
url: string,
}