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); }