From f0ee16f173b2b4da32acc987b570e4815bcaaacd Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 28 Nov 2022 00:45:41 +0100 Subject: [PATCH] [skip ci] update genPluginList --- scripts/genPluginList.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/genPluginList.js b/scripts/genPluginList.js index 909ee40..efe22ac 100644 --- a/scripts/genPluginList.js +++ b/scripts/genPluginList.js @@ -58,6 +58,5 @@ ${p.description} list += "\n\n"; } - const data = new TextEncoder().encode(header + tableOfContents + list); - DiscordNative.fileManager.saveWithDialog(data, "plugins.md"); + copy(header + tableOfContents + list); })();