diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 22:36:58 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 22:36:58 -0400 |
| commit | 2783ab5634b54492c2d487d11bcacad767f57833 (patch) | |
| tree | fc5f0b314e0d0be5eb7535dd2f4701efaef5b874 /commands/help.js | |
| parent | 1abdcfe8c1ec71b8a432f36fc60555431c2a247d (diff) | |
| download | AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.tar.gz AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.tar.bz2 AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.zip | |
Added music back (finally) and changed from 2.10.1 to 2.11.0 Beta
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
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');
|
