From edd04e850b2847bc33a92acaee1ad7aedcd83a5b Mon Sep 17 00:00:00 2001 From: Skillz Date: Thu, 25 Feb 2021 16:58:56 -0500 Subject: [PATCH] fix secret key --- src/ws/proxy/ws.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ws/proxy/ws.ts b/src/ws/proxy/ws.ts index 5deb44412..728855e14 100644 --- a/src/ws/proxy/ws.ts +++ b/src/ws/proxy/ws.ts @@ -17,6 +17,8 @@ import { resharder } from "./resharder.ts"; // CONTROLLER LIKE INTERFACE FOR WS HANDLING export const ws = { + /** The secret key authorization header the bot will expect when sending payloads */ + secretKey: "", /** The url that all discord payloads for the dispatch type should be sent to. */ url: "", /** Whether or not to automatically reshard. */