Bob The Fixer

This commit is contained in:
thororen1234 2024-09-16 14:35:13 -04:00
parent 9dd488ba4c
commit 9f4c4f30ab
6 changed files with 12 additions and 8 deletions

2
src/modules.d.ts vendored
View file

@ -25,7 +25,7 @@ declare module "~plugins" {
folderName: string;
userPlugin: boolean;
}>;
export const ExcludedPlugins: Record<string, "web" | "discordDesktop" | "vencordDesktop" | "equicordDesktop" | "desktop" | "dev">;
export const ExcludedPlugins: Record<string, "web" | "discordDesktop" | "vencordDesktop" | "equicordDesktop" | "fullcordDesktop" | "desktop" | "dev">;
}
declare module "~pluginNatives" {