Fix Temmie Dictionary

This commit is contained in:
Daniel Odendahl Jr
2017-04-12 17:50:54 +00:00
parent f1c4802890
commit 2a6517409c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
"ill": "holves",
"disease": "holves",
"cat": "tem",
"dog": 'tem',
"dog": "tem",
"hugs": "pets",
"pats": "pets",
"waves": "pets",
+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',
'111', true)
'109', true)
.addField('Owner',
'dragonfire535#8081', true)
.addField('Source Code',
+1 -1
View File
@@ -47,7 +47,7 @@
<h2>Information</h2>
<ul>
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
<li>Command Count: 111</li>
<li>Command Count: 109</li>
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
</ul>
</div>
+1 -1
View File
@@ -95,7 +95,7 @@
<h2>Information</h2>
<ul>
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
<li>Command Count: 111</li>
<li>Command Count: 109</li>
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
</ul>
</div>