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);