mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Make browser and mobile embeds not suck
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class ServerInfoCommand extends Command {
|
||||
if (!msg.guild.members.has(msg.guild.ownerID)) await msg.guild.members.fetch(msg.guild.ownerID);
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x00AE86)
|
||||
.setThumbnail(msg.guild.iconURL())
|
||||
.setThumbnail(msg.guild.iconURL({ format: 'png' }))
|
||||
.addField('❯ Name', msg.guild.name, true)
|
||||
.addField('❯ ID', msg.guild.id, true)
|
||||
.addField('❯ Region', msg.guild.region.toUpperCase(), true)
|
||||
|
||||
Reference in New Issue
Block a user