diff --git a/src/ws/shard.ts b/src/ws/shard.ts index eb9a1756a..3e3303e5f 100644 --- a/src/ws/shard.ts +++ b/src/ws/shard.ts @@ -318,7 +318,7 @@ export function requestGuildMembers( user_ids: options?.userIDs, nonce, }, - }); + }, shard?.id); } async function processGatewayQueue() { @@ -398,7 +398,7 @@ export function botGatewayStatusRequest(payload: BotStatusRequest) { status: payload.status, afk: false, }, - }); + }, shard.id); }); }