diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-22 20:12:11 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-22 20:12:11 -0400 |
| commit | 8b08e5cf61c84c1a1490f13ad6124619c5d48db4 (patch) | |
| tree | fb56a2c5dd4d0c8fbdcdcd2756c07072be1cbbbc | |
| parent | 5677f2d4b8ee45e8165440bb7ef57b8a28f5a838 (diff) | |
| download | DLAP-8b08e5cf61c84c1a1490f13ad6124619c5d48db4.tar.gz DLAP-8b08e5cf61c84c1a1490f13ad6124619c5d48db4.tar.bz2 DLAP-8b08e5cf61c84c1a1490f13ad6124619c5d48db4.zip | |
Removed AvatarURL
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ client.on('message', async msg => { if (command == 'help') { if (!msg.guild.member(client.user).hasPermission('EMBED_LINKS')) return msg.reply('ERROR: This bot doesn\'t have the permission to send embed links please enable them to use the full help.'); const helpEmbed = new Discord.MessageEmbed() - .setAuthor(`${client.user.username} Help`, client.user.avatarURL) + .setAuthor(`${client.user.username} Help`) .setDescription(`Currently playing \`${audio}\`.`) .addField(`Commands`, `${config.prefix}help\n${config.prefix}ping\n${config.prefix}git\n${config.prefix}playing\n${config.prefix}about\n`) .setFooter('© Copyright 2020 Andrew Lee. Licensed with GPL-3.0.') |
