diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-25 19:38:33 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-25 19:38:33 -0400 |
| commit | 8e662d695129421b7647df52c1d5cf542ff5eede (patch) | |
| tree | 7102d996b10ddfc5d5a355a3657971c72e93da05 /aleebot.js | |
| parent | 477b4d4c745b05c465e130d7f3aa74f604f2d5dc (diff) | |
| download | AleeBot-8e662d695129421b7647df52c1d5cf542ff5eede.tar.gz AleeBot-8e662d695129421b7647df52c1d5cf542ff5eede.tar.bz2 AleeBot-8e662d695129421b7647df52c1d5cf542ff5eede.zip | |
Updates
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ 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`"+ err +"` (Reported to console.)"); + message.channel.send(":no_entry_sign: Error!\n`"+ err +"`"); log(err); } |
