From a4bdd2b9c7b21489c2dc0c787aeded90da085b58 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 5 Jan 2022 12:30:10 +0500 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/stats.js b/commands/General/stats.js index 9e2b9824..db93b965 100644 --- a/commands/General/stats.js +++ b/commands/General/stats.js @@ -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;