Skip to main content
Module

x/discordeno/mod.ts>createShardManager

Discord API library for Deno
Extremely Popular
Go to Latest
function createShardManager
Re-export
import { createShardManager } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

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.