From 57a4a76792442578aec18d5e4a850fc76a3b9736 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 1 Dec 2019 14:01:08 -0500 Subject: [PATCH] 2020 --- README.md | 2 +- commands/util/info.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5009faf9..f4bc2940 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/commands/util/info.js b/commands/util/info.js index d2c6e825..3525a813 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -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) diff --git a/package.json b/package.json index abf6b3eb..e1466df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.0.0", + "version": "109.0.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {