mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
this shit i have i no idea
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user