mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
2020
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "109.0.0",
|
||||
"version": "109.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user