mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
Make browser and mobile embeds not suck
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class UserInfoCommand extends Command {
|
||||
|
||||
async run(msg, { user }) {
|
||||
const embed = new MessageEmbed()
|
||||
.setThumbnail(user.displayAvatarURL())
|
||||
.setThumbnail(user.displayAvatarURL({ format: 'png' }))
|
||||
.addField('❯ Name', user.tag, true)
|
||||
.addField('❯ ID', user.id, true)
|
||||
.addField('❯ Discord Join Date', moment.utc(user.createdAt).format('MM/DD/YYYY h:mm A'), true)
|
||||
|
||||
Reference in New Issue
Block a user