Proper Command Count

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 13:58:13 +00:00
parent c731de338a
commit c653750c91
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class InfoCommand extends Command {
.addField('Shards',
`${this.client.options.shardCount} (${this.client.shard.id})`, true)
.addField('Commands',
'114', true)
'108', true)
.addField('Owner',
'dragonfire535#8081', true)
.addField('Source Code',
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = class ShardInfoCommand extends Command {
.addField('Shards',
`${this.client.options.shardCount} (${shardID})`, true)
.addField('Commands',
'114', true)
'108', true)
.addField('Memory Usage',
`${memory[shardID]}MB`, true)
.addField('Uptime',
+1 -1
View File
@@ -53,7 +53,7 @@
<h2>Information</h2>
<ul>
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
<li>Command Count: 114</li>
<li>Command Count: 108</li>
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
</ul>
</div>
+1 -1
View File
@@ -102,7 +102,7 @@
<h2>Information</h2>
<ul>
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
<li>Command Count: 114</li>
<li>Command Count: 108</li>
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
</ul>
</div>