This commit is contained in:
Dragon Fire
2019-12-01 14:01:08 -05:00
parent 8af68ab026
commit 57a4a76792
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Xiao is a Discord bot coded in JavaScript with
- 340+ Commands
- 15,000+ lines of JavaScript
- 58,000+ lines of JSON data
- 2 years of development
- 3 years of development
- 3,000+ commits
## Installing
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class InfoCommand extends Command {
run(msg) {
const embed = new MessageEmbed()
.setColor(0x00AE86)
.setFooter('©2017-2019 dragonfire535#8081')
.setFooter('©2017-2020 dragonfire535#8081')
.addField(' Servers', formatNumber(this.client.guilds.size), true)
.addField(' Shards', formatNumber(this.client.options.shardCount), true)
.addField(' Commands', formatNumber(this.client.registry.commands.size), true)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "109.0.0",
"version": "109.0.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {