Skip to content

Commit

Permalink
Merge pull request #1214 from MathMan05/patch-2
Browse files Browse the repository at this point in the history
Fix op 8
  • Loading branch information
MaddyUnderStars authored Nov 4, 2024
2 parents e018b3a + 8d41348 commit c51595a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gateway/opcodes/RequestGuildMembers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export async function onRequestGuildMembers(this: WebSocket, { d }: Payload) {
"',' || member.roles || ',' NOT LIKE :everyoneRoleIdList",
{ everyoneRoleIdList: "%," + guild_id + ",%" },
)
.andWhere("session.status != 'offline'")
.addOrderBy("user.username", "ASC")
.limit(memberFind.take);

Expand Down

0 comments on commit c51595a

Please sign in to comment.