IGDB Command, Minor changes

This commit is contained in:
Daniel Odendahl Jr
2017-12-12 04:06:26 +00:00
parent dd1a980ce9
commit 8bcbb3902c
13 changed files with 101 additions and 26 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class EmojiInfoCommand extends Command {
emoji.id, true)
.addField(' Creation Date',
emoji.createdAt.toDateString(), true)
.addField(' External',
.addField(' External?',
emoji.managed ? 'Yes' : 'No', true);
return msg.embed(embed);
}