diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-11-08 20:11:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 20:11:20 -0500 |
| commit | af39f79d634aa2531b7e0dc386118c1e0d3a760a (patch) | |
| tree | 48c836fed9292f746c83a4cebf0f1a348e1729cf /aleebot.js | |
| parent | 97462f82e7bc81da738807f03be2b0c5a7e57379 (diff) | |
| download | AleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.tar.gz AleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.tar.bz2 AleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ client.on('ready', () => { log(`[>] AleeBot is now ready! Running version ${abversion} in ${client.guilds.size} guilds`); client.user.setPresence({ game: { - name: 'with version' +abversion, + name: 'with version ' +abversion, type: 0 } }); @@ -102,7 +102,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 The command ${command} isn't found!`); + message.channel.send(`:no_entry_sign: Error!\n The command you're looking for isn't found try to type ab:help for commands!`); log(err); } |
