mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
fix mod.ts export (#2121)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GetGatewayBot, transformGatewayBot } from "../transformers/gatewayBot.ts";
|
||||
import { DiscordReady } from "../types/discord.ts";
|
||||
import { createGatewayManager, GatewayManager } from "./gateway_manager.ts";
|
||||
import { createGatewayManager, GatewayManager } from "./gatewayManager.ts";
|
||||
|
||||
/** The handler to automatically reshard when necessary. */
|
||||
export async function resharder(
|
||||
|
||||
Reference in New Issue
Block a user