This commit is contained in:
thororen1234 2024-06-21 14:34:04 -04:00
commit 40a53e0da9
21 changed files with 498 additions and 202 deletions

View file

@ -39,7 +39,7 @@ interface PluginData {
hasCommands: boolean;
required: boolean;
enabledByDefault: boolean;
target: "discordDesktop" | "vencordDesktop" | "web" | "dev";
target: "discordDesktop" | "vencordDesktop" | "desktop" | "web" | "dev";
filePath: string;
}