diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-23 12:26:12 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-23 12:26:12 -0400 |
| commit | 02edfe5a176de1315b4905b249e486269bc38b45 (patch) | |
| tree | aa4f1150a841914e98a677302ef2bc284170a7c8 | |
| parent | e7808fac82e6f8d660f40087b7a15fe0861cd5dc (diff) | |
| download | DLAP-02edfe5a176de1315b4905b249e486269bc38b45.tar.gz DLAP-02edfe5a176de1315b4905b249e486269bc38b45.tar.bz2 DLAP-02edfe5a176de1315b4905b249e486269bc38b45.zip | |
Added avatar in help
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ bot.on('message', async msg => { if (command == 'help') { if (!msg.guild.member(bot.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(`${bot.user.username} Help`) + .setAuthor(`${bot.user.username} Help`, bot.user.avatarURL()) .setDescription(`Currently playing \`${audio}\`.`) .addField(`Public 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.') |
