mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
another one
This commit is contained in:
parent
ab664e7682
commit
21c4ecdcc2
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ module.exports = {
|
||||||
|
|
||||||
if (!fs.existsSync("./docs")) fs.mkdirSync("./docs");
|
if (!fs.existsSync("./docs")) fs.mkdirSync("./docs");
|
||||||
if (fs.existsSync("./docs")) {
|
if (fs.existsSync("./docs")) {
|
||||||
fs.mkdirSync("./docs");
|
|
||||||
fs.writeFileSync("./docs/commands.md", text);
|
fs.writeFileSync("./docs/commands.md", text);
|
||||||
client.logger.log("Docs updated!");
|
client.logger.log("Docs updated!");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue