[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";
|
list += "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = new TextEncoder().encode(header + tableOfContents + list);
|
copy(header + tableOfContents + list);
|
||||||
DiscordNative.fileManager.saveWithDialog(data, "plugins.md");
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue