fix authorization

This commit is contained in:
Skillz
2021-02-25 16:58:46 -05:00
parent 94bc5be370
commit f38ba603e8
+3
View File
@@ -285,6 +285,9 @@ export async function handleDiscordPayload(
shardID: number,
) {
await fetch(ws.url, {
headers: {
authorization: ws.secretKey,
},
method: "post",
body: JSON.stringify({
shardID,