Skip to content

Commit

Permalink
Actually return the member
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 committed Sep 3, 2021
1 parent fbcbb25 commit 65cb0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gateway/Shard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ class Shard extends EventEmitter {
guild.members.update(m.presence, guild);
guild.members.update(m.member);
}
channel.members.update(m, this.client);
return channel.members.update(m, this.client);
});
}
/**
Expand Down

0 comments on commit 65cb0ab

Please sign in to comment.