mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
user.tag and Such
This commit is contained in:
@@ -38,12 +38,10 @@ module.exports = class GuildInfoCommand extends Command {
|
||||
message.guild.defaultChannel, true)
|
||||
.addField('**Region:**',
|
||||
message.guild.region, true)
|
||||
.addField('**XiaoBot Shard:**',
|
||||
this.client.shard.id, true)
|
||||
.addField('**Owner:**',
|
||||
`${message.guild.owner.user.username}#${message.guild.owner.user.discriminator}`, true)
|
||||
message.guild.owner.user.tag, true)
|
||||
.addField('**Users:**',
|
||||
`${message.guild.memberCount} (With Bots) / ${message.guild.members.filter(member => !member.user.bot).size} (Without Bots)`, true);
|
||||
message.guild.memberCount, true);
|
||||
return message.embed(embed);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user