Lots of Stuff

This commit is contained in:
Daniel Odendahl Jr
2017-09-18 02:29:10 +00:00
parent 74593deb25
commit 12594758be
56 changed files with 246 additions and 249 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = class EmbedCommand extends Command {
run(msg, { text }) {
const embed = new MessageEmbed()
.setAuthor(msg.author.tag, msg.author.displayAvatarURL)
.setAuthor(msg.author.tag, msg.author.displayAvatarURL())
.setColor(0x00AE86)
.setTimestamp()
.setDescription(text);