mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Format better
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = class EmojiInfoCommand extends Command {
|
||||
.setThumbnail(emoji.url)
|
||||
.addField('❯ Name', emoji.name, true)
|
||||
.addField('❯ ID', emoji.id, true)
|
||||
.addField('❯ Creation Date', moment.utc(emoji.createdAt).format('MMM Do, YYYY [at] hh:mm:ss A'), true)
|
||||
.addField('❯ Creation Date', moment.utc(emoji.createdAt).format('MM/DD/YYYY @ hh:mm:ss A'), true)
|
||||
.addField('❯ Animated?', emoji.animated ? 'Yes' : 'No', true);
|
||||
return msg.embed(embed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user