Change Variable Names, Remove Useless Commands

This commit is contained in:
Daniel Odendahl Jr
2017-04-29 19:53:01 +00:00
parent 3c773a8952
commit 988912f471
52 changed files with 236 additions and 312 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class EmbedCommand extends Command {
return message.say('This Command requires the `Embed Links` Permission.');
const { text } = args;
const embed = new RichEmbed()
.setAuthor(message.author.username, message.author.avatarURL)
.setAuthor(message.author.username, message.author.displayAvatarURL)
.setColor(0x00AE86)
.setTimestamp()
.setDescription(text);