API
Events
All events that can be subscribed to from the Streamer.bot WebSocket Server
Subscription
When using the
.on() method, you can utilize the shorthand [source].[type] syntax:
client.on('Application.ActionAdded', (data) => { console.log(data) })Explore all event sources and types that can be subscribed to on the Steamer.bot Docs
Responses
Explore documented event responses on the Steamer.bot Docs