Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loukious/Vencord
/ functions
Functions
2,306 in github.com/Loukious/Vencord
⨍
Functions
2,306
◇
Types & classes
912
↓ 7 callers
Function
getEmojiUrl
(emoji)
src/plugins/soundBoardLogger/utils.ts:35
↓ 7 callers
Function
isPluginDev
(id: string)
src/utils/misc.ts:78
↓ 7 callers
Function
isQuestRunning
(questId: string)
src/plugins/questCompleter/index.tsx:128
↓ 7 callers
Function
isSettingDisabled
(settings: DefinedSettings, setting: PluginSettingDef)
src/api/PluginManager.ts:65
↓ 7 callers
Function
makeRange
(start: number, end: number, step = 1)
src/utils/types.ts:36
↓ 7 callers
Function
normalize
(x: number)
src/plugins/clientTheme/utils/colorUtils.ts:56
↓ 7 callers
Function
onChange
(newValue: any)
src/components/settings/tabs/plugins/PluginModal.tsx:116
↓ 7 callers
Method
open
* Opens a new popout window. * If window with key already exists and is not out-of-process: * - On desktop: focuses the existing window via
packages/discord-types/src/stores/PopoutWindowStore.d.ts:201
↓ 7 callers
Function
openImageModal
(item: Except<MediaModalItem, "type">, mediaModalProps?: Omit<MediaModalProps, "items">)
src/utils/discord.tsx:169
↓ 7 callers
Function
proxyLazyWebpack
(factory: () => T, attempts?: number)
src/webpack/webpack.ts:406
↓ 7 callers
Function
removeSettingsPanelButton
(name: string)
src/plugins/philsPluginLibrary/patches/userPanel.tsx:104
↓ 7 callers
Method
updateSetting
* Update the setting value * @param value The new value
src/api/UserSettings.ts:34
↓ 7 callers
Method
useSetting
* Stateful React hook for this setting value
src/api/UserSettings.ts:43
↓ 6 callers
Function
Svg
(path: string, label: string)
src/plugins/spotifyControls/PlayerComponent.tsx:44
↓ 6 callers
Method
_log
(level: "log" | "error" | "warn" | "info" | "debug", levelColor: string, args: any[], customFmt = "")
src/utils/Logger.ts:34
↓ 6 callers
Function
extractAndLoadChunksLazy
(code: CodeFilter, matcher = DefaultExtractAndLoadChunksRegex)
src/webpack/webpack.ts:763
↓ 6 callers
Function
fetch
(userId: string, force: boolean = false)
src/plugins/decor/lib/stores/UsersDecorationsStore.ts:55
↓ 6 callers
Function
getDisplayName
(guildId: string, userId: string)
src/plugins/typingIndicator/index.tsx:38
↓ 6 callers
Function
getQuestById
(questId: string)
src/plugins/questCompleter/index.tsx:89
↓ 6 callers
Function
getText
(skipFirst = true)
scripts/generateReport.ts:227
↓ 6 callers
Function
git
(...args: string[])
src/main/updater/git.ts:35
↓ 6 callers
Function
migratePluginSettings
(name: string, ...oldNames: string[])
src/api/Settings.ts:234
↓ 6 callers
Function
openPluginModal
(plugin: Plugin, onRestartNeeded?: (pluginName: string, key: string) => void)
src/components/settings/tabs/plugins/PluginModal.tsx:249
↓ 6 callers
Function
resolveError
(isValidResult: boolean | string)
src/components/settings/tabs/plugins/components/Common.tsx:31
↓ 6 callers
Function
sendPatch
(channel: Channel, body: Record<string, any>, bypass = false)
src/plugins/voiceChatUtilities/index.tsx:16
↓ 6 callers
Function
sleep
(ms: number)
src/utils/misc.ts:32
↓ 6 callers
Method
unsubscribe
(event: FluxEventsAutoComplete, callback: (data: any) => void)
packages/discord-types/src/utils.d.ts:20
↓ 6 callers
Function
useForceUpdater
(withDep?: true)
src/utils/react.tsx:131
↓ 6 callers
Method
withPrivateSettings
Extend this Settings object type with more properties, useful for non-user-facing settings
src/utils/types.ts:415
↓ 5 callers
Function
Icon
(path: string, opts?: { viewBox?: string; width?: number; height?: number; })
src/plugins/platformIndicators/index.tsx:111
↓ 5 callers
Method
addGlobalChangeListener
* Add a global change listener, that will fire whenever any setting is changed * * @param data The new data. This is either the new value se
src/shared/SettingsStore.ts:232
↓ 5 callers
Function
authorize
(callback?: () => void)
src/plugins/reviewDB/auth.tsx:43
↓ 5 callers
Function
checkCloudUrlCsp
()
src/api/SettingsSync/cloudSetup.tsx:19
↓ 5 callers
Function
customFormat
(formatStr: string, data: TrackData)
src/plugins/appleMusic.desktop/index.tsx:181
↓ 5 callers
Function
findByCode
(...code: CodeFilter)
src/webpack/webpack.ts:457
↓ 5 callers
Function
findByProps
(...props: PropsFilter)
src/webpack/webpack.ts:438
↓ 5 callers
Function
getCurrentGuild
()
src/utils/discord.tsx:89
↓ 5 callers
Function
getQuestProgress
(quest: any, taskName: QuestTaskName)
src/plugins/questCompleter/index.tsx:202
↓ 5 callers
Function
getTheme
()
src/utils/discord.tsx:102
↓ 5 callers
Function
getUniqueUsername
(user: User)
src/utils/discord.tsx:234
↓ 5 callers
Function
getUserId
()
src/api/SettingsSync/cloudSetup.tsx:46
↓ 5 callers
Function
getWordBoundary
(origStr: string, offset: number)
src/plugins/fakeNitro/index.tsx:154
↓ 5 callers
Function
makeCodeblock
(text: string, language?: string)
src/utils/text.ts:163
↓ 5 callers
Function
newFindWrapper
(filterFactory: (...props: any[]) => Webpack.FilterFn, topLevelOnly = false)
src/plugins/consoleShortcuts/index.ts:58
↓ 5 callers
Method
once
* Registers a one-time listener for device changes. * @param event event name. * @param listener callback receiving device lists.
packages/discord-types/src/stores/MediaEngineStore.d.ts:1534
↓ 5 callers
Function
openSettingsTabModal
(Tab: ComponentType<any>)
src/components/settings/tabs/BaseTab.tsx:43
↓ 5 callers
Function
pushDirective
(directive: string, ...values: string[])
src/main/csp/index.ts:102
↓ 5 callers
Function
sendQuestHeartbeat
(options: QuestHeartbeatOptions)
src/plugins/questCompleter/index.tsx:212
↓ 5 callers
Function
sendSync
(event: IpcEvents, ...args: any[])
src/VencordNative.ts:19
↓ 5 callers
Method
transitionToGuild
(guildId: string, ...args: unknown[])
packages/discord-types/src/utils.d.ts:194
↓ 5 callers
Function
wordsToTitle
(words: string[])
src/utils/text.ts:36
↓ 4 callers
Function
Unwrap
(p: Promise<IpcRes<T>>)
src/utils/updater.ts:31
↓ 4 callers
Function
buildMenuItem
(type: "Emoji" | "Sticker", fetchData: () => Promisable<Omit<Sticker | Emoji, "t">>)
src/plugins/expressionCloner/index.tsx:319
↓ 4 callers
Function
canMoveCategoryInDirection
(id: string, direction: -1 | 1)
src/plugins/pinDms/data.ts:110
↓ 4 callers
Function
cb
(e: any)
src/plugins/whoReacted/index.tsx:99
↓ 4 callers
Function
checkForUpdates
()
src/utils/updater.ts:40
↓ 4 callers
Function
clean
(str: string)
src/plugins/customVcNarrator/index.tsx:83
↓ 4 callers
Function
clean
(str: string)
src/plugins/vcNarrator/index.tsx:59
↓ 4 callers
Function
define
(obj, prop, desc)
src/plugins/consoleShortcuts/index.ts:46
↓ 4 callers
Function
endQuest
(questId: string)
src/plugins/questCompleter/index.tsx:153
↓ 4 callers
Method
extractTimestamp
(snowflake: string)
packages/discord-types/src/utils.d.ts:86
↓ 4 callers
Function
fetchApi
(url: RequestInfo, options?: RequestInit)
src/plugins/decor/lib/api.ts:32
↓ 4 callers
Function
formatText
(str: string, user: string, channel: string, displayName: string, nickname: string)
src/plugins/customVcNarrator/index.tsx:94
↓ 4 callers
Function
formatText
(str: string, user: string, channel: string, displayName: string, nickname: string)
src/plugins/vcNarrator/index.tsx:70
↓ 4 callers
Function
getCategoryByIndex
(index: number)
src/plugins/pinDms/data.ts:39
↓ 4 callers
Function
getCloudAuth
()
src/api/SettingsSync/cloudSetup.tsx:157
↓ 4 callers
Method
getCodecOptions
* Gets codec options. * @param audioCodec audio codec. * @param videoCodec video codec. * @param rtxCodec rtx codec. * @returns co
packages/discord-types/src/stores/MediaEngineStore.d.ts:1091
↓ 4 callers
Method
getGuildIconURL
(data: { id: string, icon?: string, size?: number, canAnimate?: boolean; })
packages/discord-types/src/utils.d.ts:212
↓ 4 callers
Function
getLink
(type: LinkType, data: TrackData)
src/plugins/appleMusic.desktop/index.tsx:188
↓ 4 callers
Function
getName
(node: NamedDeclaration)
scripts/generatePluginList.ts:49
↓ 4 callers
Function
hasPermission
(channelId: string, permission: bigint)
src/plugins/fakeNitro/index.tsx:141
↓ 4 callers
Function
insertTextIntoChatInputBox
(text: string)
src/utils/discord.tsx:110
↓ 4 callers
Function
listener
(e: MessageEvent)
src/utils/web-metadata.ts:15
↓ 4 callers
Function
makeContextMenuPatch
(childId: string | string[], type?: MenuItemParentType)
src/plugins/permissionsViewer/index.tsx:128
↓ 4 callers
Function
makeDWordArray
(x: number)
src/utils/apng.ts:239
↓ 4 callers
Function
makeDeafenIcon
(useFakeState: boolean)
src/plugins/fakeDeafen/index.tsx:27
↓ 4 callers
Function
makeLazy
(factory: () => T, attempts = 5)
src/utils/lazy.ts:19
↓ 4 callers
Function
makeValidator
(maxLength: number, isRequired = false)
src/plugins/customRPC/RpcSettings.tsx:39
↓ 4 callers
Function
numberFormat
(value: number)
src/plugins/memberCount/index.tsx:59
↓ 4 callers
Function
onChange
(e: string, index: number, key: string)
src/plugins/textReplace/index.tsx:154
↓ 4 callers
Function
onlyOnce
(f: F)
src/utils/onlyOnce.ts:19
↓ 4 callers
Function
openAvatar
(url: string)
src/plugins/viewIcons/index.tsx:71
↓ 4 callers
Function
openInviteModal
(code: string)
src/utils/discord.tsx:58
↓ 4 callers
Method
patch
()
src/plugins/betterMicrophone.desktop/patchers/microphone.ts:40
↓ 4 callers
Method
render
()
src/plugins/_core/settings.tsx:64
↓ 4 callers
Function
requireStyle
(name: string)
src/api/Styles.ts:87
↓ 4 callers
Function
resolveLang
(idOrAlias: string)
src/plugins/shikiCodeblocks.desktop/api/languages.ts:70
↓ 4 callers
Function
search
(src: string, engine: string)
src/plugins/reverseImageSearch/index.tsx:36
↓ 4 callers
Function
sendMessage
( channelId: string, data: Partial<MessageObject>, waitForChannelReady = true, options: Partia
src/utils/discord.tsx:149
↓ 4 callers
Function
sendTextToChat
(text: string)
src/plugins/biggerFileUpload/index.tsx:603
↓ 4 callers
Function
showNotice
(message: ReactNode, buttonText: string, onOkClick: () => void)
src/api/Notices.tsx:42
↓ 4 callers
Function
speak
(text: string)
src/plugins/customVcNarrator/index.tsx:45
↓ 4 callers
Function
speak
(text: string)
src/plugins/vcNarrator/index.tsx:45
↓ 4 callers
Method
start
()
src/utils/types.ts:133
↓ 4 callers
Function
unit
(s: string)
src/utils/text.ts:110
↓ 4 callers
Function
update
()
src/utils/updater.ts:54
↓ 4 callers
Function
updateMessage
(channelId: string, messageId: string, fields?: Partial<Message & Record<string, any>>)
src/api/MessageUpdater.ts:16
↓ 4 callers
Function
waitFor
(condition: () => boolean, cb: () => void)
src/plugins/imageZoom/utils/waitFor.ts:19
↓ 3 callers
Function
MenuItem
(guildId: string, id?: string, type?: MenuItemParentType)
src/plugins/permissionsViewer/index.tsx:62
↓ 3 callers
Function
UserList
(type: "friends" | "blocked" | "ignored", guild: Guild, ids: string[], setCount: (count: number) => void)
src/plugins/serverInfo/GuildInfoModal.tsx:232
← previous
next →
101–200 of 2,306, ranked by callers