Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function createGatewayManager
import { createGatewayManager } from "https://deno.land/x/discordeno@17.0.0/gateway/manager/gatewayManager.ts";

Create a new Gateway Manager.

Parameters

options: PickPartial<CreateGatewayManager, "handleDiscordPayload" | "gatewayBot" | "gatewayConfig">

Customize every bit of the manager. If something is not provided, it will fallback to a default which should be suitable for most bots.