MCPcopy Create free account

hub / github.com/comicallybad/ComicallyBot / functions

Functions164 in github.com/comicallybad/ComicallyBot

↓ 79 callersFunctionsendReply
(interaction: CommandInteraction | MessageComponentInteraction | ModalSubmitInteraction, options: SendReplyOpt
src/utils/replyUtils.ts:13
↓ 63 callersFunctiondeleteReply
(interaction: CommandInteraction | MessageComponentInteraction | ModalSubmitInteraction, options: DeleteReplyO
src/utils/replyUtils.ts:65
↓ 32 callersFunctiongetChange
* Extracts a specific change from the audit log changes array. * @param changes The array of audit log changes. * @param key The key of the change t
src/utils/auditLogUtils.ts:70
↓ 25 callersFunctionsendMessage
(channel: TextChannel, options: SendMessageOptions)
src/utils/messageUtils.ts:10
↓ 18 callersFunctionformatLogTimestamp
()
src/utils/logUtils.ts:9
↓ 18 callersFunctiongetLogChannel
(guild: Guild, channelNames: string[])
src/utils/channelUtils.ts:9
↓ 16 callersFunctionsavePlayerState
(player: Player)
src/utils/dbUtils.ts:149
↓ 12 callersFunctioncreateButton
(customId: string, label: string, style: ButtonStyle)
src/utils/musicUtils.ts:9
↓ 12 callersFunctioneditReply
(interaction: CommandInteraction | MessageComponentInteraction | ModalSubmitInteraction, options: EditReplyOpt
src/utils/replyUtils.ts:40
↓ 10 callersFunctiondeleteMessage
(message: Message, options?: DeleteMessageOptions)
src/utils/messageUtils.ts:50
↓ 10 callersFunctionsendFilterReply
(interaction: ChatInputCommandInteraction, player: Player, title: string, description: string)
src/commands/music/equalizer.ts:252
↓ 9 callersFunctionclearPlayerInterval
(player: Player)
src/utils/musicUtils.ts:208
↓ 9 callersFunctioneditFields
(message: Message, embed: EmbedBuilder, player?: Player, title?: string, text?: string)
src/utils/musicUtils.ts:192
↓ 9 callersFunctionlogError
(error: any, context?: string)
src/utils/logUtils.ts:21
↓ 7 callersFunctiondeferUpdate
(interaction: AnySelectMenuInteraction | MessageComponentInteraction | ModalSubmitInteraction | ButtonInteract
src/utils/replyUtils.ts:125
↓ 7 callersFunctiondeletePlayerState
(guildId: string)
src/utils/dbUtils.ts:185
↓ 6 callersFunctionmessagePrompt
(interaction: CommandInteraction | MessageComponentInteraction | ModalSubmitInteraction, row: ActionRowBuilder
src/utils/paginationUtils.ts:14
↓ 6 callersFunctionsendUsageEmbed
(interaction: ChatInputCommandInteraction, title: string, color: ColorResolvable, data: any[], formatter:
src/commands/owner/usage.ts:82
↓ 5 callersFunctionupdateActivities
(client: Client)
src/utils/activityUtils.ts:7
↓ 4 callersFunctioneditMessage
(message: Message, options: EditMessageOptions)
src/utils/messageUtils.ts:30
↓ 4 callersFunctionformatSongTitle
(title: string, author: string, url: string)
src/utils/stringUtils.ts:33
↓ 4 callersFunctiongetGuildNameAndId
(client: Client, id: string)
src/utils/stringUtils.ts:114
↓ 4 callersFunctionpageList
(interaction: CommandInteraction | MessageComponentInteraction | ModalSubmitInteraction, array: any[], embed:
src/utils/paginationUtils.ts:49
↓ 3 callersFunctionformatMessageContent
(message: Message | PartialMessage)
src/utils/stringUtils.ts:55
↓ 2 callersFunctioncreateControlRows
()
src/utils/musicUtils.ts:13
↓ 2 callersFunctioncreatePlayerInterval
(message: Message, player: Player, track: Track, timelineLength: number, interval: number)
src/utils/musicUtils.ts:244
↓ 2 callersFunctiondeleteOldMessage
(client: Client, textChannelId: string, messageId: string)
src/events/music/nodeReady.ts:97
↓ 2 callersFunctionfindOrCreateGuildConfig
* Finds or creates a guild configuration in the database. * @param guildId The ID of the guild. * @param guildName The name of the guild. * @return
src/utils/dbUtils.ts:14
↓ 2 callersFunctionformatQueueEntry
(track: Track, client: Client)
src/commands/music/queue.ts:70
↓ 2 callersFunctionformatTimestamp
* Formats a timestamp for display in an embed. * @param time The time in milliseconds. * @returns A formatted timestamp string.
src/utils/auditLogUtils.ts:83
↓ 2 callersFunctiongetGlobalCommandUsage
()
src/utils/dbUtils.ts:75
↓ 2 callersFunctiongetGuildCommandUsage
(guildId: string)
src/utils/dbUtils.ts:95
↓ 2 callersFunctionhandleCommandList
(interaction: ChatInputCommandInteraction, sortOrder: "top" | "least")
src/commands/owner/usage.ts:97
↓ 2 callersFunctionhandleGuildList
(interaction: ChatInputCommandInteraction, client: Client, sortOrder: "top" | "least")
src/commands/owner/usage.ts:117
↓ 2 callersFunctionnormalizeString
(str: string)
src/utils/stringUtils.ts:34
↓ 2 callersFunctionparseTime
(timeStr: string)
src/commands/music/skip.ts:64
↓ 2 callersFunctionstartPlaying
(player: Player)
src/commands/music/play.ts:180
↓ 2 callersFunctionupdateTimeline
(embed: EmbedBuilder, player: Player, track: Track, timelineLength: number)
src/utils/musicUtils.ts:220
↓ 1 callersFunctionaddGuild
(guildId: string, guildName: string)
src/utils/dbUtils.ts:46
↓ 1 callersFunctionaddRole
(interaction: ChatInputCommandInteraction, member: GuildMember, role: Role)
src/commands/moderation/role.ts:116
↓ 1 callersFunctionbandEQ
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/equalizer.ts:153
↓ 1 callersFunctionbassEQ
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/equalizer.ts:121
↓ 1 callersFunctionbuildEmbed
(guildUser: GuildMember | undefined, author: User | GuildMember | undefined, msg: Message | PartialMessage)
src/events/guild/messageReactionAdd.ts:60
↓ 1 callersFunctioncanCommunicate
(interaction: ChatInputCommandInteraction)
src/utils/preconditions.ts:9
↓ 1 callersFunctioncheckDeleteReaction
(messageReaction: MessageReaction, user: User, botUserId: string | undefined)
src/events/guild/messageReactionAdd.ts:29
↓ 1 callersFunctionclearQueue
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/queue.ts:109
↓ 1 callersFunctioncreateChannels
(interaction: ChatInputCommandInteraction)
src/commands/moderation/create-log-channels.ts:32
↓ 1 callersFunctioncreateDiff
(oldText: string, newText: string)
src/utils/stringUtils.ts:12
↓ 1 callersFunctioncreateVolumeRow
()
src/utils/musicUtils.ts:29
↓ 1 callersFunctiondistortionFilter
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/equalizer.ts:232
↓ 1 callersFunctiongetAllSavedPlayerStates
()
src/utils/dbUtils.ts:193
↓ 1 callersFunctiongetCommandUsageByCommandName
(commandName: string)
src/utils/dbUtils.ts:105
↓ 1 callersFunctiongetDefinition
()
src/commands/helpful/define.ts:15
↓ 1 callersFunctiongetDeleteReaction
(interaction: ChatInputCommandInteraction)
src/commands/moderation/delete-reaction.ts:34
↓ 1 callersFunctiongetGuildUsage
(sortOrder: 1 | -1)
src/utils/dbUtils.ts:131
↓ 1 callersFunctiongetSavedPlayerState
(guildId: string)
src/utils/dbUtils.ts:177
↓ 1 callersFunctiongetWelcomeChannel
(interaction: ChatInputCommandInteraction)
src/commands/welcoming/welcome-channel.ts:31
↓ 1 callersFunctiongetWelcomeMessage
(interaction: ChatInputCommandInteraction, dbResult: any)
src/commands/welcoming/welcome-message.ts:37
↓ 1 callersFunctionhandleAddRemove
(interaction: ChatInputCommandInteraction)
src/commands/moderation/role.ts:50
↓ 1 callersFunctionhandleApplicationCommandAutocomplete
(client: Client, interaction: Interaction)
src/events/client/interactionCreate.ts:86
↓ 1 callersFunctionhandleBassBoost
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:163
↓ 1 callersFunctionhandleChatInputCommand
(client: Client, interaction: Interaction)
src/events/client/interactionCreate.ts:29
↓ 1 callersFunctionhandleInfo
(interaction: ChatInputCommandInteraction)
src/commands/moderation/role.ts:172
↓ 1 callersFunctionhandleInfoCommand
(interaction: ChatInputCommandInteraction, client: Client)
src/commands/owner/usage.ts:134
↓ 1 callersFunctionhandleLoadType
(interaction: ChatInputCommandInteraction, player: Player, res: SearchResult)
src/commands/music/play.ts:158
↓ 1 callersFunctionhandleMessageComponent
(client: Client, interaction: Interaction)
src/events/client/interactionCreate.ts:99
↓ 1 callersFunctionhandleMusic
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:186
↓ 1 callersFunctionhandleMusicInteraction
(interaction: ButtonInteraction, client: any)
src/utils/musicUtils.ts:39
↓ 1 callersFunctionhandleNext
(message: Message, player: Player)
src/utils/musicUtils.ts:120
↓ 1 callersFunctionhandleNoSongOption
(interaction: ChatInputCommandInteraction, voiceChannel: any, player: Player | undefined)
src/commands/music/play.ts:119
↓ 1 callersFunctionhandlePlayPause
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:102
↓ 1 callersFunctionhandlePrevious
(message: Message, player: Player)
src/utils/musicUtils.ts:109
↓ 1 callersFunctionhandleQueueRepeat
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:133
↓ 1 callersFunctionhandleShuffle
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:127
↓ 1 callersFunctionhandleStop
(message: Message, player: Player)
src/utils/musicUtils.ts:147
↓ 1 callersFunctionhandleTrackRepeat
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:140
↓ 1 callersFunctionhandleUnusedCommands
(interaction: ChatInputCommandInteraction, client: Client)
src/commands/owner/usage.ts:161
↓ 1 callersFunctionhandleUsers
(interaction: ChatInputCommandInteraction)
src/commands/moderation/role.ts:192
↓ 1 callersFunctionhandleVolume
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:96
↓ 1 callersFunctionhandleVolumeDown
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:158
↓ 1 callersFunctionhandleVolumeUp
(message: Message, embed: EmbedBuilder, player: Player)
src/utils/musicUtils.ts:153
↓ 1 callersFunctionhighEQ
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/equalizer.ts:137
↓ 1 callersFunctionincrementCommandUsage
(commandName: string, guildId: string)
src/utils/dbUtils.ts:63
↓ 1 callersFunctioninitializeActivities
(client: Client)
src/utils/activityUtils.ts:20
↓ 1 callersFunctionisBotAlone
(channel: VoiceState["channel"])
src/events/guild/voiceStateUpdate.ts:14
↓ 1 callersFunctionkaraokeFilter
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/equalizer.ts:184
↓ 1 callersFunctionloadCommands
(client: Client)
src/handlers/commandHandler.ts:5
↓ 1 callersFunctionloadEvents
(client: Client)
src/handlers/eventHandler.ts:5
↓ 1 callersFunctionloadMusicEvents
(client: Client)
src/handlers/musicHandler.ts:5
↓ 1 callersFunctionloadProcessErrorHandlers
()
src/handlers/processErrorHandler.ts:4
↓ 1 callersFunctionqueueRepeat
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/repeat.ts:55
↓ 1 callersFunctionreadCommands
(dir: string)
src/handlers/commandHandler.ts:9
↓ 1 callersFunctionreadEvents
(dir: string)
src/handlers/eventHandler.ts:8
↓ 1 callersFunctionreadMusicEvents
(dir: string)
src/handlers/musicHandler.ts:8
↓ 1 callersFunctionremoveCommandUsage
(commandName: string)
src/utils/dbUtils.ts:122
↓ 1 callersFunctionremoveDeleteReaction
(interaction: ChatInputCommandInteraction)
src/commands/moderation/delete-reaction.ts:110
↓ 1 callersFunctionremoveGuild
(guildId: string)
src/utils/dbUtils.ts:54
↓ 1 callersFunctionremoveQueue
(interaction: ChatInputCommandInteraction, player: Player)
src/commands/music/queue.ts:123
↓ 1 callersFunctionremoveRole
(interaction: ChatInputCommandInteraction, member: GuildMember, role: Role)
src/commands/moderation/role.ts:144
↓ 1 callersFunctionremoveWelcomeChannel
(interaction: ChatInputCommandInteraction)
src/commands/welcoming/welcome-channel.ts:102
next →1–100 of 164, ranked by callers