From ff518f56aa7ffb75b50b013a0a9707f4ff49498a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 23 Mar 2021 16:16:36 -0400 Subject: [PATCH] Fix --- commands/info/emoji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)