Changes in Info Command and Small Changes in index

This commit is contained in:
Daniel Odendahl Jr
2017-04-20 15:01:47 +00:00
parent 121b789220
commit 3401ab5e22
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ module.exports = class InfoCommand extends Command {
.addField('Shards',
`${this.client.options.shardCount} (${this.client.shard.id})`, true)
.addField('Commands',
'109', true)
this.client.registry.commands.size, true)
.addField('Owner',
'dragonfire535#8081', true)
this.client.owners.map(o => o.tag).join(', '), true)
.addField('Source Code',
'[View Here](https://github.com/dragonfire535/xiaobot)', true)
.addField('Memory Usage',