this shit i have i no idea

This commit is contained in:
Skillz
2021-02-25 15:30:20 -05:00
parent bf151ec119
commit 55bf6e90d7
+3
View File
@@ -8,6 +8,7 @@ import {
import {
createShard,
handleDiscordPayload,
handleOnMessage,
heartbeat,
identify,
} from "./shard.ts";
@@ -100,6 +101,8 @@ export const ws = {
resharder,
/** Cleanups loading shards that were unable to load. */
cleanupLoadingShards,
/** Handles the message events from websocket */
handleOnMessage,
};
export interface DiscordenoShard {