StartOptions
The options to start the chatbot.
Param
The port to start the express server if the startServer option is set into true. Only required if the chatbot is using a Webhook EventSub connection.
Param
A callback to execute when the chatbot is started. Only required if the chatbot is using a Webhook EventSub connection.
Type parameters
Type parameter |
---|
T extends EventSubConnection |