From 2783ab5634b54492c2d487d11bcacad767f57833 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 24 Jun 2018 22:36:58 -0400 Subject: Added music back (finally) and changed from 2.10.1 to 2.11.0 Beta --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index 182c618..318e5e2 100644 --- a/commands/help.js +++ b/commands/help.js @@ -40,7 +40,7 @@ module.exports.run = async (client, message) => { let prefix = prefixes[message.guild.id].prefixes const embed = new Discord.RichEmbed() - .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help and on ${client.guilds.size} servers`, 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048') + .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help and on ${client.guilds.size} servers`, client.user.avatarURL) .setDescription('Every command you input into AleeBot is `' + prefix + '`') .setColor('#1fd619') .setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0'); -- cgit v1.2.3