This commit is contained in:
Dragon Fire
2021-03-23 16:16:19 -04:00
parent 9a9ee0f6d5
commit 93fe950835
+1
View File
@@ -23,6 +23,7 @@ module.exports = class EmojiCommand extends Command {
}
run(msg, { emoji }) {
if (!emoji.author) await emoji.fetchAuthor();
const embed = new MessageEmbed()
.setColor(0x00AE86)
.setThumbnail(emoji.url)