mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Inline Bug in Guild Info
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class GuildInfoCommand extends commando.Command {
|
||||
.addField('**Region:**',
|
||||
message.guild.region, true)
|
||||
.addField('**XiaoBot Shard:**',
|
||||
this.client.shard.id)
|
||||
this.client.shard.id, true)
|
||||
.addField('**Owner:**',
|
||||
`${message.guild.owner.user.username}#${message.guild.owner.user.discriminator}`, true)
|
||||
.addField('**Users:**',
|
||||
|
||||
Reference in New Issue
Block a user