aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
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);
}