import { createGatewayManager } from "https://dotland.deno.dev/x/discordeno@18.0.1/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.