mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Fix Temmie Dictionary
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"ill": "holves",
|
"ill": "holves",
|
||||||
"disease": "holves",
|
"disease": "holves",
|
||||||
"cat": "tem",
|
"cat": "tem",
|
||||||
"dog": 'tem',
|
"dog": "tem",
|
||||||
"hugs": "pets",
|
"hugs": "pets",
|
||||||
"pats": "pets",
|
"pats": "pets",
|
||||||
"waves": "pets",
|
"waves": "pets",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
.addField('Shards',
|
.addField('Shards',
|
||||||
`${this.client.options.shardCount} (${this.client.shard.id})`, true)
|
`${this.client.options.shardCount} (${this.client.shard.id})`, true)
|
||||||
.addField('Commands',
|
.addField('Commands',
|
||||||
'111', true)
|
'109', true)
|
||||||
.addField('Owner',
|
.addField('Owner',
|
||||||
'dragonfire535#8081', true)
|
'dragonfire535#8081', true)
|
||||||
.addField('Source Code',
|
.addField('Source Code',
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<h2>Information</h2>
|
<h2>Information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
<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>
|
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
<h2>Information</h2>
|
<h2>Information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
<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>
|
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user