From 9260fbc3029c45c937564a4760028c403e8d838a Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 17 Aug 2017 22:15:31 -0400 Subject: Updated ab:help and fixed what AleeBot's playing --- aleebot.js | 2 +- commands/help.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 87ce0ee..fa7e30a 100644 --- a/aleebot.js +++ b/aleebot.js @@ -34,7 +34,7 @@ var logsChannel = "318874545593384970"; client.on('ready', () => { console.log("[SUCCESS] AleeBot is now ready! Running version "+ config.abversion +"!"); - client.user.setGame(`with version ` + config.abversion); + client.user.setPresence({ game: { name: 'with version '+ config.abversion +'', type: 0 } }); client.user.setStatus('online') }); diff --git a/commands/help.js b/commands/help.js index 11c8073..b7da131 100644 --- a/commands/help.js +++ b/commands/help.js @@ -6,6 +6,7 @@ exports.run = (client, message, args, config) => { var embed = new Discord.RichEmbed() .setTitle(`Commands for AleeBot ` + config.abversion + ` and running on ${client.guilds.size} servers.`) .setDescription('Every command you put in this bot must start with `ab:`') + .setThumbnail("https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048") .addField('Fun Stuff:', 'attack\nask\nship',true) .addField('Info:', 'userinfo\nserverinfo',true) .addField('Link:', 'botinvite\nserverinvite\ngit',true) -- cgit v1.2.3