From 6cdd00d1fb77a2914e47f1cfb1145e6f7fe5c262 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:18:27 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce361451..85f9f6d0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dev": "pnpm watch", "watchWeb": "pnpm buildWeb --watch", "generatePluginJson": "tsx scripts/generatePluginList.ts", - "generateEquicordPluginJson": "tsx scripts/generateEquicordPluginJson.ts", + "generateEquicordPluginJson": "tsx scripts/generateEquicordPluginList.ts", "generateTypes": "tspc --emitDeclarationOnly --declaration --outDir packages/vencord-types", "inject": "node scripts/runInstaller.mjs", "uninject": "node scripts/runInstaller.mjs",