From 7c48c33e145b889a90153b255a894fb44d5c9bfd Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Fri, 31 Dec 2021 14:06:23 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B5=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=87=D0=B0=D0=BB=D0=BE=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 918395ec..d20ee550 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ const JaBa = require("./base/JaBa"), const init = async () => { // Search for all commands const directories = await readdir("./commands/"); - client.logger.log(`\nLoading a total of ${directories.length} categories.`, "log"); + client.logger.log(`Loading a total of ${directories.length} categories.`, "log"); directories.forEach(async (dir) => { const commands = await readdir(`./commands/${dir}/`); commands.filter((cmd) => cmd.split(".").pop() === "js").forEach((cmd) => {