mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Fix in Info Command
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = class InfoCommand extends commando.Command {
|
|||||||
.setColor(0x00AE86)
|
.setColor(0x00AE86)
|
||||||
.setFooter(`©2017 dragonfire535 | Version ${pkg.version} | Created ${moment.duration(Date.now() - this.client.user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago!`)
|
.setFooter(`©2017 dragonfire535 | Version ${pkg.version} | Created ${moment.duration(Date.now() - this.client.user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago!`)
|
||||||
.addField('Servers',
|
.addField('Servers',
|
||||||
`${this.client.guilds.size} / ${guilds[shardID]}`, true)
|
`${guilds[shardID]} / ${guilds.reduce((prev, val) => prev + val, 0)}`, true)
|
||||||
.addField('Shards',
|
.addField('Shards',
|
||||||
`${this.client.options.shardCount} (${shardID})`, true)
|
`${this.client.options.shardCount} (${shardID})`, true)
|
||||||
.addField('Commands',
|
.addField('Commands',
|
||||||
|
|||||||
Reference in New Issue
Block a user