mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix mod.ts export (#2121)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GatewayManager } from "./gateway_manager.ts";
|
||||
import { GatewayManager } from "./gatewayManager.ts";
|
||||
|
||||
/** Allows users to hook in and change to communicate to different workers across different servers or anything they like. For example using redis pubsub to talk to other servers. */
|
||||
export async function tellWorkerToIdentify(
|
||||
|
||||
Reference in New Issue
Block a user