Merge pull request #242 from hocsinhgioitoan/main

chore: fix eslint.
This commit is contained in:
Cinnamon 2022-08-08 22:24:43 +07:00 committed by GitHub
commit c78d0b947b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,7 @@ class Guild extends AnonymousGuild {
} else { } else {
this.maxVideoChannelUsers ??= null; this.maxVideoChannelUsers ??= null;
} }
if ('approximate_member_count' in data) { if ('approximate_member_count' in data) {
/** /**
* The approximate amount of members the guild has * The approximate amount of members the guild has