Skip to main content
Extremely Popular
Go to Latest
function createBotGatewayHandlers
import { createBotGatewayHandlers } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/cache/deps.ts";

Parameters

options: Partial<BotGatewayHandlerOptions>

Returns

Record<GatewayDispatchEventNames | "GUILD_LOADED_DD", (
bot: Bot,
data: DiscordGatewayPayload,
shardId: number,
) => any>