Interface

ClientEventMethods

Typed event handler methods.

Type

{ [K in keyof typeof Events]: (cb: (...args: ClientEvents[(typeof Events)[K]]) => void) => Client; }