BotEvents

Description

Events fired by a Bot instance

Generics

M
C

Properties

command:
[Command<M, C>, M]

A Command was executed

error:
any

An error occurred

init:
void

The Bot has initialized but not started. Use this to add bot specific configurations via Service

response:
CommandResponseEvent<M, C>

A response was returned from the called Middleware