MCPcopy Create free account

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

Functions357 in github.com/ArrowM/Queue-Bot

↓ 1 callersFunctioncreateMemberDisplayLine
( store: Store, member: DbMember, position: number, rightPadding = 0, )
src/utils/display.utils.ts:98
↓ 1 callersMethodcreateStringSelectMenu
(label: string, options: ApplicationCommandOptionChoiceData[])
src/utils/message-utils/select-menu-transactor.ts:73
↓ 1 callersFunctiondeleteDeadGuilds
()
src/db/db-scheduled-tasks.ts:141
↓ 1 callersFunctiondeleteFn
(id: bigint)
src/utils/schedule.utils.ts:58
↓ 1 callersMethoddeleteManyBlacklisted
(by: { subjectId?: Snowflake } | { queueId: bigint }, )
src/db/store.ts:642
↓ 1 callersMethoddeleteManyPrioritized
(by: { subjectId?: Snowflake } | { queueId: bigint }, )
src/db/store.ts:660
↓ 1 callersMethoddeleteManyWhitelisted
(by: { subjectId?: Snowflake } | { queueId: bigint }, )
src/db/store.ts:624
↓ 1 callersMethoddeleteMember
(by: { id: bigint } | { queueId: bigint, userId?: Snowflake }, reason: ArchivedMemberReason, )
src/db/store.ts:554
↓ 1 callersFunctiondeleteOldArchivedMembers
()
src/db/db-scheduled-tasks.ts:132
↓ 1 callersFunctiondeleteOldBackups
()
src/db/db-scheduled-tasks.ts:120
↓ 1 callersFunctiondeleteSchedules
(scheduleIds: bigint[], store?: Store)
src/utils/schedule.utils.ts:57
↓ 1 callersMethoddeleteVoice
(by: { id: bigint })
src/db/store.ts:518
↓ 1 callersFunctiondescribePulledMembers
(store: Store, queue: DbQueue, pulledMembers: DbMember[])
src/utils/member.utils.ts:288
↓ 1 callersFunctioneditDisplay
()
src/utils/display.utils.ts:165
↓ 1 callersFunctionexecuteScheduledCommand
(scheduleId: bigint)
src/utils/schedule.utils.ts:127
↓ 1 callersFunctionformatDescriptionProperty
(entry: T, property: string)
src/utils/string.utils.ts:155
↓ 1 callersFunctionformatEntry
(entry: T)
src/utils/string.utils.ts:179
↓ 1 callersFunctionformatEntryDescription
(entry: T)
src/utils/string.utils.ts:170
↓ 1 callersFunctionformatPropertyLabel
(property: string, isDefaultValue: boolean)
src/utils/string.utils.ts:137
↓ 1 callersFunctionformatTimestamp
(joinTime: bigint, timestampType: TimestampType)
src/utils/string.utils.ts:213
↓ 1 callersFunctiongenerateQueueDisplay
(store: Store, queue: DbQueue)
src/utils/display.utils.ts:248
↓ 1 callersMethodget
(inter: AutocompleteInteraction)
src/options/options/blacklisted.option.ts:16
↓ 1 callersMethodget
(inter: AutocompleteInteraction | SlashInteraction)
src/options/options/voice.option.ts:16
↓ 1 callersMethodget
(inter: AutocompleteInteraction | SlashInteraction)
src/options/options/prioritized.option.ts:16
↓ 1 callersMethodget
(inter: AutocompleteInteraction | SlashInteraction)
src/options/options/queue.option.ts:16
↓ 1 callersMethodgetAutocompletions
(options: AutoCompleteOptions)
src/options/options/admin.option.ts:42
↓ 1 callersFunctiongetGuild
(guildId: string)
src/utils/client.utils.ts:48
↓ 1 callersFunctiongetMemberPosition
(store: Store, queue: DbQueue, userId: Snowflake)
src/utils/member.utils.ts:401
↓ 1 callersFunctiongetMemberPriority
(store: Store, queueId: bigint, jsMember: GuildMember)
src/utils/priority.utils.ts:62
↓ 1 callersFunctiongetScheduleContext
(scheduleId: bigint)
src/utils/schedule.utils.ts:149
↓ 1 callersMethodgetUncached
(inter: AutocompleteInteraction | SlashInteraction)
src/options/options/admin.option.ts:20
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, voices: Collection<bigint, DbVoice>)
src/options/options/voices.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, blacklisteds: Collection<bigint, DbBlacklisted>)
src/options/options/blacklisteds.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, admins: Collection<bigint, DbAdmin>)
src/options/options/admins.option.ts:39
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, queues: Collection<bigint, DbQueue>)
src/options/options/queues.option.ts:38
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, schedules: Collection<bigint, DbSchedule>)
src/options/options/schedules.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, prioritizeds: Collection<bigint, DbPrioritized>)
src/options/options/prioritizeds.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, displays: Collection<bigint, DbDisplay>)
src/options/options/displays.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, members: Collection<bigint, DbMember>)
src/options/options/members.option.ts:40
↓ 1 callersMethodgetViaSelectMenu
(inter: SlashInteraction, whitelisted: Collection<bigint, DbWhitelisted>)
src/options/options/whitelisteds.option.ts:40
↓ 1 callersFunctionhandleFailedDisplayUpdate
(store: Store, queue: DbQueue, display: DbDisplay, e: Error)
src/utils/display.utils.ts:215
↓ 1 callersMethodhandleInteractionError
(error: Error)
src/handlers/interaction.handler.ts:41
↓ 1 callersMethodinsertAdmin
(newAdmin: NewAdmin)
src/db/store.ts:324
↓ 1 callersMethodinsertDisplay
(newDisplay: NewDisplay)
src/db/store.ts:216
↓ 1 callersMethodinsertMember
(newMember: NewMember)
src/db/store.ts:232
↓ 1 callersMethodinsertSchedule
(newSchedule: NewSchedule)
src/db/store.ts:248
↓ 1 callersMethodinsertVoice
(newVoice: NewVoice)
src/db/store.ts:200
↓ 1 callersFunctionisAdmin
(store: Store, member: GuildMember)
src/utils/admin.utils.ts:26
↓ 1 callersFunctionisBotAdmin
()
src/utils/admin.utils.ts:28
↓ 1 callersFunctionisDiscordAdmin
()
src/utils/admin.utils.ts:27
↓ 1 callersMethodjsMembers
(userIds: Snowflake[])
src/db/store.ts:134
↓ 1 callersFunctionlogStats
()
src/db/db-scheduled-tasks.ts:165
↓ 1 callersMethodlogging_get
(inter: SlashInteraction)
src/commands/commands/logging.command.ts:43
↓ 1 callersFunctionmembersMention
(store: Store, members: ArrayOrCollection<bigint, DbMember>)
src/utils/string.utils.ts:42
↓ 1 callersFunctionmentionableMention
(mentionable: { isRole: boolean, subjectId: Snowflake })
src/utils/string.utils.ts:71
↓ 1 callersFunctionreplaceDisplay
()
src/utils/display.utils.ts:182
↓ 1 callersFunctionrequestDisplayUpdate
(store: Store, queueId: bigint, opts?: { displayIds?: bigint[], updateTypeOverride?: DisplayUpdateType, }
src/utils/display.utils.ts:79
↓ 1 callersFunctionscheduleMention
(schedule: DbSchedule)
src/utils/string.utils.ts:85
↓ 1 callersFunctionstripIdSuffix
(input: string)
src/utils/string.utils.ts:219
↓ 1 callersMethodupdateDisplay
(display: { id: bigint } & Partial<DbDisplay>)
src/db/store.ts:430
↓ 1 callersMethodupdateSchedule
(schedule: { id: bigint } & Partial<DbSchedule>)
src/db/store.ts:454
↓ 1 callersMethodupdateVoice
(voice: { id: bigint } & Partial<DbVoice>)
src/db/store.ts:418
↓ 1 callersFunctionverifyMemberEligibility
(store: Store, queue: DbQueue, jsMember: GuildMember)
src/utils/member.utils.ts:362
FunctionaddToCommand
(command: SlashCommandBuilder | SlashCommandSubcommandBuilder)
src/options/base-option.ts:120
Methodadmins_add
(inter: SlashInteraction)
src/commands/commands/admins.command.ts:75
Methodadmins_delete
(inter: SlashInteraction)
src/commands/commands/admins.command.ts:99
FunctionassignInQueueRoleToMembers
(store: Store, queues: ArrayOrCollection<bigint, DbQueue>, roleId: Snowflake, modification: "add" | "remove")
src/utils/member.utils.ts:345
Methodblacklist_add
(inter: SlashInteraction)
src/commands/commands/blacklist.command.ts:86
Methodblacklist_delete
(inter: SlashInteraction)
src/commands/commands/blacklist.command.ts:118
FunctionbuildDescription
()
src/options/base-option.ts:99
FunctioncheckForOfflineVoiceChanges
()
src/utils/client.utils.ts:123
FunctioncheckForPatchNotes
()
src/utils/client.utils.ts:76
FunctionclearMembers
(store: Store, queue: DbQueue, messageChannelId: Snowflake)
src/utils/member.utils.ts:243
Functionconstructor
(config?: OptionParams)
src/options/base-option.ts:49
Methodconstructor
(opts: { message: string embeds?: EmbedBuilder[], log?: boolean, })
src/utils/error.utils.ts:12
Methodconstructor
(protected inter: SlashInteraction)
src/utils/message-utils/select-menu-transactor.ts:19
Methodconstructor
(protected inter: T)
src/utils/message-utils/parser.ts:11
Methodconstructor
(inter: Interaction)
src/handlers/interaction.handler.ts:18
Methodconstructor
(inter: AnyInteraction)
src/handlers/button.handler.ts:14
Methodconstructor
(inter: AnyInteraction)
src/handlers/autocomplete.handler.ts:10
Methodconstructor
(inter: AnyInteraction)
src/handlers/command.handler.ts:15
Methodconstructor
( public guild: Guild, public inter?: AnyInteraction, )
src/db/store.ts:63
MethodcreateSingleCondition
(key: string)
src/db/store.ts:370
FunctiondeleteAdmins
(store: Store, adminIds: bigint[])
src/utils/admin.utils.ts:21
FunctiondeleteBlacklisted
(store: Store, blacklistedIds: bigint[])
src/utils/blacklist.utils.ts:41
FunctiondeleteDisplays
(store: Store, displayIds: bigint[])
src/utils/display.utils.ts:54
FunctiondeleteGuild
(by: { guildId: Snowflake })
src/db/queries.ts:40
MethoddeleteManyAdmins
()
src/db/store.ts:678
MethoddeleteManyQueues
()
src/db/store.ts:512
MethoddeleteManySchedules
()
src/db/store.ts:609
FunctiondeleteMembers
(options: { store: Store, queues: ArrayOrCollection<bigint, DbQueue>, reason: ArchivedMemberReason, by
src/utils/member.utils.ts:128
FunctiondeletePrioritized
(store: Store, prioritizedIds: bigint[])
src/utils/priority.utils.ts:51
FunctiondeleteSchedule
(by: { guildId: Snowflake, id: bigint })
src/db/queries.ts:175
FunctiondeleteVoices
(store: Store, voiceIds: bigint[])
src/utils/voice.utils.ts:37
FunctiondeleteWhitelisted
(store: Store, whitelistedIds: bigint[])
src/utils/whitelist.utils.ts:36
FunctiondescribeMyPositions
(store: Store, userId: Snowflake)
src/utils/member.utils.ts:302
Methoddisplays_add
(inter: SlashInteraction, queues?: Collection<bigint, DbQueue>)
src/commands/commands/displays.command.ts:77
Methoddisplays_delete
(inter: SlashInteraction)
src/commands/commands/displays.command.ts:93
FunctiondmToMembers
(options: { store: Store, queue: DbQueue, action: NotificationAction, members: DbMember[], messageLi
src/utils/notification.utils.ts:9
Functionfind
(items: ArrayOrCollection<any, T>, fn: (queue: T) => boolean)
src/utils/misc.utils.ts:22
← previousnext →101–200 of 357, ranked by callers