Skip to content

QueueStoreManager

Defined in: src/structures/Types/Queue.ts:11

Property (defined in)TypeDescription
delete
(Async Delete a Database Value based of it’s guildId)
(guildId: string) => Awaitable<boolean \void>
get
(StoredQueue>)
(guildId: string) => Awaitable< \string \
parse
(StoredQueue) => Awaitable<Partial<StoredQueue>>)
(value: \string \
set
(StoredQueue) => Awaitable<boolean )
(guildId: string, value: \string \
stringify
(StoredQueue) => Awaitable< )
(value: \string \