[skip ci] update genPluginList
This commit is contained in:
parent
3db3c63b42
commit
f0ee16f173
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue