fix secret key

This commit is contained in:
Skillz
2021-02-25 16:58:56 -05:00
parent f38ba603e8
commit edd04e850b

View File

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