Events

Defined in index, you can import them from it.

Event

property name
type annotation

once

boolean

callback

callback (below)

callback: (client: Client, ...args: any) => Promise<void>;

Last updated