Type Alias ClientEventFunction<Key>

ClientEventFunction<Key>: ((bot: Bot, ...args: ClientEvents[Key]) => any)

Represents the function executed when a bot event is triggered.

Type Parameters

  • Key extends keyof ClientEvents