This commit is contained in:
Dragon Fire
2021-03-23 16:16:36 -04:00
parent 93fe950835
commit ff518f56aa
+1 -1
View File
@@ -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)