Revert "Bob The Fixer"

This reverts commit 9f4c4f30ab.
This commit is contained in:
thororen1234 2024-09-16 14:41:47 -04:00
parent 23dd136416
commit a48676460b
6 changed files with 8 additions and 12 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" | "fullcordDesktop" | "desktop" | "dev">;
export const ExcludedPlugins: Record<string, "web" | "discordDesktop" | "vencordDesktop" | "equicordDesktop" | "desktop" | "dev">;
}
declare module "~pluginNatives" {