mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
фикс
This commit is contained in:
parent
12e8c3dca1
commit
a4bdd2b9c7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Stats extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(message, args, data) {
|
async run(message, args, data) {
|
||||||
const hidenGuild = await this.client.guilds.fetch("568120814776614924").members.cache.size;
|
const hidenGuild = await this.client.guilds.fetch("568120814776614924").memberCount;
|
||||||
users = this.client.users.cache.size - hidenGuild,
|
users = this.client.users.cache.size - hidenGuild,
|
||||||
servers = this.client.guilds.cache.size - 1;
|
servers = this.client.guilds.cache.size - 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue