diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-01-27 10:40:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-27 10:40:52 -0500 |
| commit | 2297ebb012e5522ce3b8360c404f522ed30dd985 (patch) | |
| tree | b13534d3bb33781bb5ee120a6e6da01511e3464a /aleebot.js | |
| parent | 44183402dbc4000c04833e95c89267c48eb19075 (diff) | |
| download | AleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.tar.gz AleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.tar.bz2 AleeBot-2297ebb012e5522ce3b8360c404f522ed30dd985.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |
