We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2744a commit 26c3a06Copy full SHA for 26c3a06
src/Interface/Clients/DiscordJS.js
@@ -14,7 +14,7 @@ class DiscordJS extends ClientFiller {
14
}
15
16
get serverCount() {
17
- if (this.client.users.constructor.name === 'GuildManager')
+ if (this.client.guilds.constructor.name === 'GuildManager')
18
return this.client.guilds.cache.size;
19
else return this.client.guilds.size;
20
0 commit comments