fix: rozpierdalał sie przy dodawaniu do kolejki kiedy coś grało

This commit is contained in:
Patryk Koreń
2026-04-06 22:36:56 +02:00
parent 20a36703e6
commit 4fc00493af
8 changed files with 89 additions and 86 deletions

4
src/global.d.ts vendored
View File

@@ -16,7 +16,7 @@ type Queue = {
}
type HistoryObject = {
interaction: ChatInputCommandInteraction<CacheType>
url: string
user?: number | string,
url?: string,
}