Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/dep.ts>EventEmitter#emit

A package to interract with the Discord API coded by myself
Latest
method EventEmitter.prototype.emit
import { EventEmitter } from "https://deno.land/x/higa@0.1.2/deno/dep.ts";

Synchronously calls each of the registered listeners (callbacks) in order.

Parameters

event: keyof T
...args: any