Animated emoji, npm fix

This commit is contained in:
Daniel Odendahl Jr
2017-12-31 22:48:48 +00:00
parent d2e9bfbf3e
commit 0933c8f318
6 changed files with 24 additions and 9 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ module.exports = class EmojiInfoCommand extends Command {
emoji.id, true)
.addField(' Creation Date',
emoji.createdAt.toDateString(), true)
.addField(' External?',
emoji.managed ? 'Yes' : 'No', true);
.addField(' Animated?',
emoji.animated ? 'Yes' : 'No', true);
return msg.embed(embed);
}
};