From 1063c45040804e7c86816b48ce7b19a54d2316fc Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 5 Jan 2022 12:30:36 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B0=D0=B0=D0=B0=D0=B0?= 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 db93b965..44275bab 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").memberCount; + const hidenGuild = await this.client.guilds.fetch("568120814776614924").memberCount, users = this.client.users.cache.size - hidenGuild, servers = this.client.guilds.cache.size - 1;