Skip to main content
Module

x/biscuit/mod.ts>tellWorkerToIdentify

A Discord library that is easy to use but reliable on its core 🥠
Latest
function tellWorkerToIdentify
Re-export
import { tellWorkerToIdentify } from "https://deno.land/x/biscuit@0.2.4/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

_workerId: number
shardId: number
_bucketId: number

Returns

Promise<void>