Skip to content

Commit 26c3a06

Browse files
committed
Fix: typo in DiscordJS#serverCount
1 parent 7a2744a commit 26c3a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Clients/DiscordJS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DiscordJS extends ClientFiller {
1414
}
1515

1616
get serverCount() {
17-
if (this.client.users.constructor.name === 'GuildManager')
17+
if (this.client.guilds.constructor.name === 'GuildManager')
1818
return this.client.guilds.cache.size;
1919
else return this.client.guilds.size;
2020
}

0 commit comments

Comments
 (0)