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

View file

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