mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 20:01:17 +00:00
[docs] Fix: Add missing documentation for adbreak_begin
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
46db72b2cc
commit
3f376cb2ce
1 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,17 @@
|
|||
title: "Available Events"
|
||||
---
|
||||
|
||||
## `adbreak_begin`
|
||||
|
||||
Ad-break has begun and ads are playing now in mentioned channel.
|
||||
|
||||
Fields:
|
||||
|
||||
- `channel` - The channel the event occurred in
|
||||
- `duration` - Duration of the ads in seconds
|
||||
- `is_automatic` - Were the ads started by the ad-manager?
|
||||
- `timestamp` - When did the ad-break start
|
||||
|
||||
## `ban`
|
||||
|
||||
Moderator action caused a user to be banned from chat.
|
||||
|
|
Loading…
Reference in a new issue