aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-09-08 16:11:06 -0400
committerUnknown <Alee14498@gmail.com>2017-09-08 16:11:06 -0400
commitde3c80eccc8d09bc63c3694afdeba40795dd6539 (patch)
tree1131293462ec32f486e1c42694ba8cf7989bb097 /aleebot.js
parent2a1d4d0a7618acf84698eb1e3dce8590bf659227 (diff)
downloadAleeBot-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 0a3fbce..da7a719 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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);
}