diff options
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -106,7 +106,6 @@ 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 The command that you're looking for isn't found try to type ab:help for commands!`); log(err); } |
