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 {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user