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

x/aether/src/plugin/hooks/EventHook.ts>default

A Deno library to interface with the Discord API
Latest
class default
Abstract
import { default } from "https://deno.land/x/aether@v0.0.3/src/plugin/hooks/EventHook.ts";

Constructors

new
default(
name: string,
event: ClientEvents,
override?: boolean,
)

Properties

name: string
override: boolean

Methods

abstract
call(...data: any[]): any