mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix error?
This commit is contained in:
@@ -47,7 +47,7 @@ class InfoCommand extends commando.Command {
|
||||
.addField('Users',
|
||||
users, true)
|
||||
.addField('Shards',
|
||||
this.client.options.shardCount + " (This is Shard: " + this.client.shard.id + ")", true)
|
||||
this.client.options.shardCount, true)
|
||||
.addField('Commands',
|
||||
config.commandcount, true)
|
||||
.addField('Owner',
|
||||
|
||||
Reference in New Issue
Block a user