From c46567e831a8ca207a535f9e4a3b6115b62d3371 Mon Sep 17 00:00:00 2001 From: Ecolipsy Date: Thu, 2 Dec 2021 18:39:18 +0100 Subject: [PATCH] Debug --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 7012ba7..538a95d 100644 --- a/index.js +++ b/index.js @@ -206,7 +206,6 @@ client.on("messageCreate", (msg) => { console.log("Got to %s!", i); const commandName = args.shift().toLowerCase() //gets what the commands name is and makes it lowercase so it aint case sensitive - if (!client.commands.has(commandName)) return msg.channel.send("I don't know that command! Check the available commands with ju!help") i++; console.log("Got to %s!", i);