Stream events
The !event
command gives broadcasters the ability to manage events for streams.
Event types
live
offline
title
game
custom
Syntax
Create a new event
!event on <name>:<type> <message...>
<name>
- Twitch username or event name (custom type only).<type>
- Event type.<message>
- The message that will be sent with the event.
Delete the event
!event off <name>:<type>
<name>
- Twitch username or event name (custom type only).<type>
- Event type.
Call the event
!event call <name>:<type>
<name>
- Twitch username or event name (custom type only).<type>
- Event type.
Usage
Creating a new event
!event on forsen:live forsen live!
Deleting the event
!event off forsen:live
Calling the event
!event call forsen:live
Responses
Creating a new event
A new "forsen:live" event has been successfully created! It will send a message when the event occurs.
Deleting the event
The "forsen:live" (ID ...) event has been successfully deleted!
Calling the event
⚡ forsen live!
Important notes
If the specified event name does not belong to a Twitch user, the event type will automatically be considered custom.
Error handling
Last updated