diff --git a/src/ws/proxy/shard.ts b/src/ws/proxy/shard.ts index 9f8b60796..c46c3f887 100644 --- a/src/ws/proxy/shard.ts +++ b/src/ws/proxy/shard.ts @@ -285,6 +285,9 @@ export async function handleDiscordPayload( shardID: number, ) { await fetch(ws.url, { + headers: { + authorization: ws.secretKey, + }, method: "post", body: JSON.stringify({ shardID,