Module

x/discordeno/mod.ts>tellWorkerToIdentify

Discord API library for Deno
Latest
function tellWorkerToIdentify
import { tellWorkerToIdentify } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.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.

Parameters

gateway: GatewayManager
_workerId: number
shardId: number
_bucketId: number

Returns

Promise<void>
import tellWorkerToIdentify
import { tellWorkerToIdentify } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";