Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function createGatewayManager
Re-export
import { createGatewayManager } from "https://deno.land/x/discordeno@17.2.0/plugins/fileloader/deps.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.