MCPcopy Create free account

hub / github.com/discord/airhornbot / functions

Functions106 in github.com/discord/airhornbot

↓ 10 callersMethoddispatch
(data: unknown)
website/src/dispatcher.ts:12
↓ 5 callersMethodsubscribe
(listener)
website/src/dispatcher.ts:8
↓ 4 callersFunctionvalidateEmoji
(emoji: string)
bot/src/utils/EmojiValidator.ts:3
↓ 3 callersFunctiongenerateRegisterCommandsBody
(prismaClient: PrismaClient)
bot/src/utils/RegisterCommandsUtils.ts:9
↓ 3 callersFunctiongetTotalUnique
(columnName: 'userId' | 'guildId' | 'channelId')
bot/src/routes/ApiEventsRoute.ts:11
↓ 3 callersMethodopen
(url: string)
website/src/stores/ShareStore.ts:14
↓ 3 callersMethodredirectedFromOAuth
(addedBot: boolean)
website/src/stores/OAuthStore.ts:42
↓ 3 callersFunctionregisterGlobalChatInputCommand
(discordChatInputCommand: DiscordChatInputCommand)
bot/src/discord/listeners/InteractionCreateListener.ts:15
↓ 2 callersMethodendOAuth
()
website/src/stores/OAuthStore.ts:36
↓ 2 callersFunctionenqueSound
( channel: VoiceBasedChannel, soundFileReference: string, counterQueueItem: CounterQueueItem, userQueu
bot/src/utils/AirhornAudio.ts:55
↓ 2 callersMethodgetCount
()
website/src/stores/AirhornStatsStore.ts:70
↓ 2 callersFunctiongetTotalItemsInGuildQueue
(guildId: string)
bot/src/utils/AirhornAudio.ts:26
↓ 2 callersMethodhandle
(commandInteraction: ChatInputCommandInteraction)
bot/src/discord/commands/StatsCommand.ts:13
↓ 2 callersMethodisMobile
()
website/src/stores/ResponsiveStore.ts:16
↓ 2 callersFunctionisVisible
(el)
website/src/components/Layout.tsx:43
↓ 2 callersMethodshouldShowStatsPanel
()
website/src/stores/AirhornStatsStore.ts:86
↓ 1 callersFunctionaddToCounterQueue
(counterQueueItem: CounterQueueItem)
bot/src/utils/QueueHandler.ts:97
↓ 1 callersFunctionaddToRepairGuildIdQueue
(reapirGuildIdItem: ReapirGuildIdItem)
bot/src/utils/QueueHandler.ts:44
↓ 1 callersFunctionaddToUserQueue
(userQueueItem: UserQueueItem)
bot/src/utils/QueueHandler.ts:128
↓ 1 callersFunctionconnectToChannel
(channel: VoiceBasedChannel)
bot/src/utils/AirhornAudio.ts:40
↓ 1 callersFunctionconvertButtonsIntoButtonGrid
(buttonComponents: ButtonBuilder[])
bot/src/utils/InteractionUtilts.ts:3
↓ 1 callersFunctioncounterQueueItemProcess
(job: CounterQueueItem, callback?: QueueWorkerCallback)
bot/src/utils/QueueHandler.ts:50
↓ 1 callersMethodgetUniqueChannels
()
website/src/stores/AirhornStatsStore.ts:82
↓ 1 callersMethodgetUniqueGuilds
()
website/src/stores/AirhornStatsStore.ts:78
↓ 1 callersMethodgetUniqueUsers
()
website/src/stores/AirhornStatsStore.ts:74
↓ 1 callersMethodhideStatsPanel
()
website/src/stores/AirhornStatsStore.ts:60
↓ 1 callersFunctionmain
()
bot/src/bot.ts:64
↓ 1 callersFunctionmain
()
bot/src/web.ts:60
↓ 1 callersMethodonResize
()
website/src/stores/ResponsiveStore.ts:12
↓ 1 callersFunctionplaySound
(player: AudioPlayer, soundFileReference: string)
bot/src/utils/AirhornAudio.ts:30
↓ 1 callersMethodplayedVideo
()
website/src/stores/OAuthStore.ts:50
↓ 1 callersFunctionreapirGuildIdItemProcess
(job: ReapirGuildIdItem, callback?: QueueWorkerCallback)
bot/src/utils/QueueHandler.ts:27
↓ 1 callersMethodreceivedMessage
(event)
website/src/stores/AirhornStatsStore.ts:46
↓ 1 callersFunctionregisterButton
(discordButtonCommand: DiscordButton)
bot/src/discord/listeners/InteractionCreateListener.ts:19
↓ 1 callersFunctionregisterCommandsOnDiscord
(client: Client<true>)
bot/src/discord/listeners/InteractionCreateListener.ts:81
↓ 1 callersMethodshareWithFacebook
()
website/src/stores/ShareStore.ts:6
↓ 1 callersMethodshareWithTwitter
()
website/src/stores/ShareStore.ts:10
↓ 1 callersMethodshouldPlayVideo
()
website/src/stores/OAuthStore.ts:55
↓ 1 callersMethodshowStatsPanel
()
website/src/stores/AirhornStatsStore.ts:55
↓ 1 callersMethodstartOAuth
()
website/src/stores/OAuthStore.ts:21
↓ 1 callersMethodtoggleStatusPanel
()
website/src/stores/AirhornStatsStore.ts:65
↓ 1 callersFunctionuserQueueItemProcess
(job: UserQueueItem, callback?: QueueWorkerCallback)
bot/src/utils/QueueHandler.ts:103
FunctionDISCORD_OAUTH2_ADD_URL
()
website/src/Constants.ts:8
FunctionStatsPanel
({ count, uniqueUsers, uniqueGuilds, uniqueChannels, show, hasBeenShown, bottom }: StatsPanelProps)
website/src/components/StatsPanel.tsx:28
FunctionStatsRow
({ icon, label, value })
website/src/components/StatsPanel.tsx:6
FunctionURL_FACEBOOK
()
website/src/Constants.ts:83
FunctionURL_TWITTER
()
website/src/Constants.ts:80
FunctionapiEventsRouteHandler
(req: Request, res: Response)
bot/src/routes/ApiEventsRoute.ts:47
FunctioncheckMediaQuery
()
website/src/components/ResizableSVG.tsx:4
FunctioncheckToPlayVideo
()
website/src/components/Content.tsx:25
FunctioncomponentDidMount
()
website/src/components/Layout.tsx:85
FunctioncomponentDidMount
()
website/src/components/ResizableSVG.tsx:8
FunctioncomponentWillMount
()
website/src/components/Content.tsx:20
FunctioncomponentWillMount
()
website/src/components/Layout.tsx:78
Functionconstructor
(commandConfiguration: RESTPostAPIApplicationCommandsJSONBody)
bot/src/discord/types/DiscordChatInputCommand.ts:6
Functionconstructor
(name: string, buttonConfiguration: ButtonConfigurationOptions)
bot/src/discord/types/DiscordButton.ts:12
Methodconstructor
()
bot/src/discord/buttons/PlaySoundButton.ts:7
Methodconstructor
()
bot/src/discord/commands/DynamicSoundCommand.ts:16
Methodconstructor
()
bot/src/discord/commands/StatsCommand.ts:6
Methodconstructor
()
bot/src/discord/commands/InviteCommand.ts:5
Methodconstructor
()
bot/src/discord/commands/SoundboardCommand.ts:7
Methodconstructor
()
website/src/stores/AirhornStatsStore.ts:13
Methodconstructor
()
website/src/stores/OAuthStore.ts:10
Methodconstructor
()
website/src/stores/ResponsiveStore.ts:7
Functionend
()
website/src/actions/OAuthActions.ts:10
FunctioneventHandler
(message: { id: number; event: string; data: unknown })
bot/src/routes/ApiEventsRoute.ts:53
MethodfakeData
()
website/src/stores/AirhornStatsStore.ts:22
FunctionfinishChangeCountAnimation
()
website/src/components/Layout.tsx:127
FunctiongetCenter
()
website/src/components/Content.tsx:45
FunctiongetInitialState
()
website/src/components/Content.tsx:13
FunctiongetInitialState
()
website/src/components/Layout.tsx:52
FunctiongetViewBox
(width: number, height: number)
website/src/components/ResizableSVG.tsx:16
Methodhandle
(buttonInteraction: ButtonInteraction)
bot/src/discord/buttons/PlaySoundButton.ts:13
Methodhandle
(commandInteraction: ChatInputCommandInteraction)
bot/src/discord/commands/DynamicSoundCommand.ts:30
Methodhandle
(commandInteraction: ChatInputCommandInteraction)
bot/src/discord/commands/InviteCommand.ts:12
Methodhandle
(commandInteraction: ChatInputCommandInteraction)
bot/src/discord/commands/SoundboardCommand.ts:21
Methodhandle
({ type }: { type: string })
website/src/stores/AirhornStatsStore.ts:90
Methodhandle
({ type })
website/src/stores/ShareStore.ts:18
Methodhandle
({ type, addedBot }: { type: string; addedBot: boolean })
website/src/stores/OAuthStore.ts:59
Methodhandle
({ type }: { type: string })
website/src/stores/ResponsiveStore.ts:20
FunctionhideStatsPanel
()
website/src/actions/StatsActions.ts:10
FunctioninteractionCreateListener
(interaction: Interaction)
bot/src/discord/listeners/InteractionCreateListener.ts:29
MethodonMessage
({ data }: { data: string })
website/src/stores/OAuthStore.ts:30
FunctionplayVideo
()
website/src/components/Content.tsx:31
FunctionplayedVideo
()
website/src/actions/OAuthActions.ts:16
FunctionreadyListener
(clientObject: Client<true>)
bot/src/discord/listeners/ReadyListener.ts:5
FunctionredirectedFromOAuth
(addedBot: boolean)
website/src/actions/OAuthActions.ts:22
Functionrender
()
website/src/components/Content.tsx:60
Functionrender
()
website/src/components/Layout.tsx:133
Functionrender
()
website/src/components/Footer.tsx:9
Functionrender
()
website/src/components/islands/IslandTent.tsx:7
Functionrender
()
website/src/components/islands/IslandTree.tsx:7
Functionresize
()
website/src/actions/ResponsiveActions.ts:4
Functionresized
()
website/src/components/Layout.tsx:90
FunctionsetSize
()
website/src/components/Content.tsx:39
FunctionshardDisconnectListener
(_closeEvent: CloseEvent, shardId: number)
bot/src/discord/listeners/ShardListener.ts:12
FunctionshardReadyListener
(shardId: number)
bot/src/discord/listeners/ShardListener.ts:4
FunctionshardReconnectingListener
(shardId: number)
bot/src/discord/listeners/ShardListener.ts:16
FunctionshardResumeListener
(shardId: number)
bot/src/discord/listeners/ShardListener.ts:8
FunctionshowStatsPanel
()
website/src/actions/StatsActions.ts:4
next →1–100 of 106, ranked by callers