Interface
ClientEventMethods
Typed event handler methods.
Type
{ [K in keyof typeof Events]: (cb: (...args: ClientEvents[(typeof Events)[K]]) => void) => Client; }Interface
Typed event handler methods.
{ [K in keyof typeof Events]: (cb: (...args: ClientEvents[(typeof Events)[K]]) => void) => Client; }