diff --git a/commands/info/emoji.js b/commands/info/emoji.js index 2a1fbd0b..11a32c27 100644 --- a/commands/info/emoji.js +++ b/commands/info/emoji.js @@ -22,7 +22,7 @@ module.exports = class EmojiCommand extends Command { }); } - run(msg, { emoji }) { + async run(msg, { emoji }) { if (!emoji.author) await emoji.fetchAuthor(); const embed = new MessageEmbed() .setColor(0x00AE86)