From af39f79d634aa2531b7e0dc386118c1e0d3a760a Mon Sep 17 00:00:00 2001 From: Alee14 Date: Wed, 8 Nov 2017 20:11:20 -0500 Subject: Update aleebot.js --- aleebot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aleebot.js b/aleebot.js index ca66b48..dfb1753 100644 --- a/aleebot.js +++ b/aleebot.js @@ -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); } -- cgit v1.2.3