aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-01-27 10:40:52 -0500
committerGitHub <noreply@github.com>2018-01-27 10:40:52 -0500
commit2297ebb012e5522ce3b8360c404f522ed30dd985 (patch)
treeb13534d3bb33781bb5ee120a6e6da01511e3464a
parent44183402dbc4000c04833e95c89267c48eb19075 (diff)
downloadAleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.tar.gz
AleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.tar.bz2
AleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.zip
Update aleebot.js
-rw-r--r--aleebot.js1
1 files changed, 0 insertions, 1 deletions
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);
}