MCPcopy Create free account

hub / github.com/ArrowM/Queue-Bot / functions

Functions357 in github.com/ArrowM/Queue-Bot

Methodqueues_add
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:147
Methodqueues_delete
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:338
Methodqueues_reset
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:274
Methodqueues_set
(inter: SlashInteraction)
src/commands/commands/queues.command.ts:211
FunctionregisterCommands
()
src/utils/client.utils.ts:27
FunctionrequestDisplaysUpdate
(store: Store, queueIds: bigint[], opts?: { displayIds?: bigint[], updateTypeOverride?: DisplayUpdateType,
src/utils/display.utils.ts:91
Functionrespond
(inter: AnyInteraction, isAdmin: boolean, message: (InteractionReplyOptions | string), log = false)
src/utils/interaction.utils.ts:22
Methodschedule_add
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:106
Methodschedule_delete
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:166
Methodschedule_help
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:182
Methodschedule_set
(inter: SlashInteraction)
src/commands/commands/schedule.command.ts:139
FunctionselectAdmin
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, subjectId: Snowflake }, )
src/db/queries.ts:273
FunctionselectAllPatchNotes
()
src/db/queries.ts:328
FunctionselectAllSchedules
()
src/db/queries.ts:168
FunctionselectAllVoices
()
src/db/queries.ts:69
FunctionselectArchivedMember
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, userId: Snowflake }, )
src/db/queries.ts:299
FunctionselectBlacklisted
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:215
FunctionselectDisplay
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, lastMessageId: Snowflake } | { guildId:
src/db/queries.ts:78
FunctionselectGuild
(by: { guildId: Snowflake })
src/db/queries.ts:36
FunctionselectManyAdmins
(by: { guildId: Snowflake, subjectId: Snowflake } | { guildId: Snowflake }, )
src/db/queries.ts:285
FunctionselectManyArchivedMembers
(by: { guildId: Snowflake, userId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:311
FunctionselectManyBlacklisted
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:227
FunctionselectManyDisplays
(by: { guildId: Snowflake } | { guildId: Snowflake, queueId: bigint } | { guildId: Snowflake, displayCha
src/db/queries.ts:94
FunctionselectManyMembers
(by: { guildId: Snowflake, userId?: Snowflake } | { guildId: Snowflake, queueId: bigint, count?: number },
src/db/queries.ts:130
FunctionselectManyPrioritized
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:256
FunctionselectManyQueues
(by: { guildId: Snowflake })
src/db/queries.ts:55
FunctionselectManySchedules
(by: { guildId: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:155
FunctionselectManyVoices
(by: { guildId: Snowflake })
src/db/queries.ts:65
FunctionselectManyWhitelisted
(by: { guildId: Snowflake, subjectId?: Snowflake } | { guildId: Snowflake, queueId: bigint }, )
src/db/queries.ts:198
FunctionselectMember
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, userId?: Snowflake }, )
src/db/queries.ts:112
FunctionselectPrioritized
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:244
FunctionselectQueue
(by: { guildId: Snowflake, id: bigint })
src/db/queries.ts:51
FunctionselectSchedule
(by: { id: bigint })
src/db/queries.ts:151
FunctionselectVoice
(by: { guildId: Snowflake, id: bigint })
src/db/queries.ts:61
FunctionselectWhitelisted
(by: { guildId: Snowflake, id: bigint } | { guildId: Snowflake, queueId: bigint, subjectId: Snowflake },
src/db/queries.ts:186
Methodshuffle
(inter: SlashInteraction)
src/commands/commands/shuffle.command.ts:27
FunctionshuffleMembers
(store: Store, queue: DbQueue, messageChannelId: Snowflake)
src/utils/member.utils.ts:259
Functionsize
(items: ArrayOrCollection<any, T>)
src/utils/misc.utils.ts:14
Functionstart
()
src/client/CLIENT.ts:34
MethodupdateBlacklisted
(blacklisted: { id: bigint } & Partial<DbBlacklisted>)
src/db/store.ts:478
FunctionupdateMembers
(store: Store, members: ArrayOrCollection<bigint, DbMember>, message: string)
src/utils/member.utils.ts:113
FunctionupdatePrioritized
(store: Store, prioritizedIds: bigint[], update: Partial<DbPrioritized>)
src/utils/priority.utils.ts:40
FunctionupdateQueues
(store: Store, queues: ArrayOrCollection<bigint, DbQueue>, update: Partial<DbQueue>)
src/utils/queue.utils.ts:24
FunctionupdateSchedules
(store: Store, schedules: Collection<bigint, DbSchedule>, update: Partial<DbSchedule>)
src/utils/schedule.utils.ts:35
FunctionupdateVoices
(store: Store, voiceIds: bigint[], update: Partial<DbVoice>)
src/utils/voice.utils.ts:26
MethodupdateWhitelisted
(whitelisted: { id: bigint } & Partial<DbWhitelisted>)
src/db/store.ts:466
FunctionverifyCanSendMessages
(jsChannel: GuildTextBasedChannel)
src/utils/interaction.utils.ts:88
FunctionverifyCommandIsFromGuild
(inter: Interaction)
src/utils/interaction.utils.ts:82
FunctionverifyIsAdmin
(store: Store, member: GuildMember)
src/utils/admin.utils.ts:37
FunctionverifyRequiredEnvironmentVariables
()
src/utils/client.utils.ts:59
Methodvoice_add_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:125
Methodvoice_delete_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:208
Methodvoice_disable_destination
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:247
Methodvoice_set_destination
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:230
Methodvoice_set_source
(inter: SlashInteraction)
src/commands/commands/voice.command.ts:179
Methodwhitelist_add
(inter: SlashInteraction)
src/commands/commands/whitelist.command.ts:86
Methodwhitelist_delete
(inter: SlashInteraction)
src/commands/commands/whitelist.command.ts:118
← previous301–357 of 357, ranked by callers