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": {