ааааа

This commit is contained in:
JonnyBro 2022-01-05 12:30:36 +05:00
parent a4bdd2b9c7
commit 1063c45040

View file

@ -18,7 +18,7 @@ class Stats extends Command {
}
async run(message, args, data) {
const hidenGuild = await this.client.guilds.fetch("568120814776614924").memberCount;
const hidenGuild = await this.client.guilds.fetch("568120814776614924").memberCount,
users = this.client.users.cache.size - hidenGuild,
servers = this.client.guilds.cache.size - 1;