mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Animated emoji, npm fix
This commit is contained in:
@@ -31,8 +31,8 @@ module.exports = class EmojiInfoCommand extends Command {
|
||||
emoji.id, true)
|
||||
.addField('❯ Creation Date',
|
||||
emoji.createdAt.toDateString(), true)
|
||||
.addField('❯ External?',
|
||||
emoji.managed ? 'Yes' : 'No', true);
|
||||
.addField('❯ Animated?',
|
||||
emoji.animated ? 'Yes' : 'No', true);
|
||||
return msg.embed(embed);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user