From 2297ebb012e5522ce3b8360c404f522ed30dd985 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 27 Jan 2018 10:40:52 -0500 Subject: Update aleebot.js --- aleebot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 0bafc54..8030c64 100644 --- a/aleebot.js +++ b/aleebot.js @@ -106,7 +106,6 @@ client.on("message", function(message) { let commandFile = require(`./commands/${command}.js`); commandFile.run(client, message, args, config, abversion); } catch (err) { - message.channel.send(`:no_entry_sign: Error!\n The command that you're looking for isn't found try to type ab:help for commands!`); log(err); } -- cgit v1.2.3