[skip ci] update genPluginList

This commit is contained in:
Vendicated 2022-11-28 00:45:41 +01:00
parent 3db3c63b42
commit f0ee16f173
No known key found for this signature in database
GPG Key ID: EC781ADFB93EFFA3
1 changed files with 1 additions and 2 deletions

View File

@ -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);
})();