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. */