Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArrowM/Queue-Bot
/ functions
Functions
357 in github.com/ArrowM/Queue-Bot
⨍
Functions
357
◇
Types & classes
233
Method
queues_add
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:147
Method
queues_delete
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:338
Method
queues_reset
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:274
Method
queues_set
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:211
Function
registerCommands
()
src/utils/client.utils.ts:27
Function
requestDisplaysUpdate
(store: Store, queueIds: bigint[], opts?: { displayIds?: bigint[], updateTypeOverride?: DisplayUpdateType,
src/utils/display.utils.ts:91
Function
respond
(inter: AnyInteraction, isAdmin: boolean, message: (InteractionReplyOptions | string), log = false)
src/utils/interaction.utils.ts:22
Method
schedule_add
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:106
Method
schedule_delete
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:166
Method
schedule_help
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:182
Method
schedule_set
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:139
Function
selectAdmin
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, subjectId: Snowflake }, )
src/db/queries.ts:273
Function
selectAllPatchNotes
()
src/db/queries.ts:328
Function
selectAllSchedules
()
src/db/queries.ts:168
Function
selectAllVoices
()
src/db/queries.ts:69
Function
selectArchivedMember
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, userId: Snowflake }, )
src/db/queries.ts:299
Function
selectBlacklisted
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:215
Function
selectDisplay
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, lastMessageId: Snowflake } | { guildId:
src/db/queries.ts:78
Function
selectGuild
(by: { guildId: Snowflake })
src/db/queries.ts:36
Function
selectManyAdmins
(by: { guildId: Snowflake, subjectId: Snowflake } | { guildId: Snowflake }, )
src/db/queries.ts:285
Function
selectManyArchivedMembers
(by: { guildId: Snowflake, userId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:311
Function
selectManyBlacklisted
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:227
Function
selectManyDisplays
(by: { guildId: Snowflake } | { guildId: Snowflake, queueId: bigint } | { guildId: Snowflake, displayCha
src/db/queries.ts:94
Function
selectManyMembers
(by: { guildId: Snowflake, userId?: Snowflake } | { guildId: Snowflake, queueId: bigint, count?: number },
src/db/queries.ts:130
Function
selectManyPrioritized
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:256
Function
selectManyQueues
(by: { guildId: Snowflake })
src/db/queries.ts:55
Function
selectManySchedules
(by: { guildId: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:155
Function
selectManyVoices
(by: { guildId: Snowflake })
src/db/queries.ts:65
Function
selectManyWhitelisted
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:198
Function
selectMember
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, userId?: Snowflake }, )
src/db/queries.ts:112
Function
selectPrioritized
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:244
Function
selectQueue
(by: { guildId: Snowflake, id: bigint })
src/db/queries.ts:51
Function
selectSchedule
(by: { id: bigint })
src/db/queries.ts:151
Function
selectVoice
(by: { guildId: Snowflake, id: bigint })
src/db/queries.ts:61
Function
selectWhitelisted
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:186
Method
shuffle
(inter: SlashInteraction)
src/commands/commands/shuffle.command.ts:27
Function
shuffleMembers
(store: Store, queue: DbQueue, messageChannelId: Snowflake)
src/utils/member.utils.ts:259
Function
size
(items: ArrayOrCollection<any, T>)
src/utils/misc.utils.ts:14
Function
start
()
src/client/CLIENT.ts:34
Method
updateBlacklisted
(blacklisted: { id: bigint } & Partial<DbBlacklisted>)
src/db/store.ts:478
Function
updateMembers
(store: Store, members: ArrayOrCollection<bigint, DbMember>, message: string)
src/utils/member.utils.ts:113
Function
updatePrioritized
(store: Store, prioritizedIds: bigint[], update: Partial<DbPrioritized>)
src/utils/priority.utils.ts:40
Function
updateQueues
(store: Store, queues: ArrayOrCollection<bigint, DbQueue>, update: Partial<DbQueue>)
src/utils/queue.utils.ts:24
Function
updateSchedules
(store: Store, schedules: Collection<bigint, DbSchedule>, update: Partial<DbSchedule>)
src/utils/schedule.utils.ts:35
Function
updateVoices
(store: Store, voiceIds: bigint[], update: Partial<DbVoice>)
src/utils/voice.utils.ts:26
Method
updateWhitelisted
(whitelisted: { id: bigint } & Partial<DbWhitelisted>)
src/db/store.ts:466
Function
verifyCanSendMessages
(jsChannel: GuildTextBasedChannel)
src/utils/interaction.utils.ts:88
Function
verifyCommandIsFromGuild
(inter: Interaction)
src/utils/interaction.utils.ts:82
Function
verifyIsAdmin
(store: Store, member: GuildMember)
src/utils/admin.utils.ts:37
Function
verifyRequiredEnvironmentVariables
()
src/utils/client.utils.ts:59
Method
voice_add_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:125
Method
voice_delete_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:208
Method
voice_disable_destination
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:247
Method
voice_set_destination
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:230
Method
voice_set_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:179
Method
whitelist_add
(inter: SlashInteraction)
src/commands/commands/whitelist.command.ts:86
Method
whitelist_delete
(inter: SlashInteraction)
src/commands/commands/whitelist.command.ts:118
← previous
301–357 of 357, ranked by callers