diff options
| author | Unknown <Alee14498@gmail.com> | 2017-09-08 16:11:06 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-09-08 16:11:06 -0400 |
| commit | de3c80eccc8d09bc63c3694afdeba40795dd6539 (patch) | |
| tree | 1131293462ec32f486e1c42694ba8cf7989bb097 /aleebot.js | |
| parent | 2a1d4d0a7618acf84698eb1e3dce8590bf659227 (diff) | |
| download | AleeBot-de3c80eccc8d09bc63c3694afdeba40795dd6539.tar.gz AleeBot-de3c80eccc8d09bc63c3694afdeba40795dd6539.tar.bz2 AleeBot-de3c80eccc8d09bc63c3694afdeba40795dd6539.zip | |
Updates on if the person types the wrong command
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 +"`"); + message.channel.send(`:no_entry_sign: Error!\n The command ${command} isn't found!`); log(err); } |
