This commit is contained in:
JonnyBro 2022-01-05 12:30:10 +05:00
parent 12e8c3dca1
commit a4bdd2b9c7

View file

@ -18,7 +18,7 @@ class Stats extends Command {
}
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,
servers = this.client.guilds.cache.size - 1;