Skip to main content
Module

x/harmony/src/gateway/mod.ts>GatewayEventHandler

An easy to use Discord API Library for Deno.
Latest
type alias GatewayEventHandler
import { type GatewayEventHandler } from "https://deno.land/x/harmony@v2.9.1/src/gateway/mod.ts";
definition: (gateway: Gateway, d: any) => void