Skip to main content
Module

x/discordeno/gateway/manager/shardManager.ts

Discord API library for Deno
Latest
import * as discordeno from "https://deno.land/x/discordeno@18.0.1/gateway/manager/shardManager.ts";

Functions

Create a new Shard manager. This does not manage a specific range of Shard but the provided Shards on create or when an identify is requested. The aim of this is to provide an easy to use manager which can be used by workers or any other kind of separate process.

Type Aliases

This is a Shard manager. This does not manage a specific range of Shard but the provided Shards on create or when an identify is requested. The aim of this is to provide an easy to use manager which can be used by workers or any other kind of separate process.