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 { import {
createShard, createShard,
handleDiscordPayload, handleDiscordPayload,
handleOnMessage,
heartbeat, heartbeat,
identify, identify,
} from "./shard.ts"; } from "./shard.ts";
@@ -100,6 +101,8 @@ export const ws = {
resharder, resharder,
/** Cleanups loading shards that were unable to load. */ /** Cleanups loading shards that were unable to load. */
cleanupLoadingShards, cleanupLoadingShards,
/** Handles the message events from websocket */
handleOnMessage,
}; };
export interface DiscordenoShard { export interface DiscordenoShard {