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