another one

This commit is contained in:
JonnyBro 2021-12-12 17:07:05 +05:00
parent ab664e7682
commit 21c4ecdcc2

View file

@ -53,7 +53,6 @@ module.exports = {
if (!fs.existsSync("./docs")) fs.mkdirSync("./docs");
if (fs.existsSync("./docs")) {
fs.mkdirSync("./docs");
fs.writeFileSync("./docs/commands.md", text);
client.logger.log("Docs updated!");
};