mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-02-16 22:38:30 +05:00
beautify
This commit is contained in:
parent
e3539a6e4a
commit
6c6475a32b
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Stats extends Command {
|
||||||
const users = this.client.users.cache.size - hiddenGuild.memberCount;
|
const users = this.client.users.cache.size - hiddenGuild.memberCount;
|
||||||
const 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()
|
||||||
.setColor(data.config.embed.color)
|
.setColor(data.config.embed.color)
|
||||||
.setFooter({
|
.setFooter({
|
||||||
|
|
Loading…
Reference in a new issue