mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Update Guild.js (#673)
This commit is contained in:
parent
e57fe71387
commit
9b45294814
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class Guild {
|
|||
|
||||
if (data.members) {
|
||||
this.members.clear();
|
||||
for (const guildUser of data.members) this._addMember(guildUser);
|
||||
for (const guildUser of data.members) this._addMember(guildUser, false);
|
||||
}
|
||||
|
||||
if (data.owner_id) this.ownerID = data.owner_id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue