From 3f376cb2ce0502d3efddce8a7207d828e61f7467 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 25 Mar 2024 22:13:13 +0100 Subject: [PATCH] [docs] Fix: Add missing documentation for `adbreak_begin` Signed-off-by: Knut Ahlers --- docs/content/configuration/events.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/configuration/events.md b/docs/content/configuration/events.md index 4f09160..d808faa 100644 --- a/docs/content/configuration/events.md +++ b/docs/content/configuration/events.md @@ -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.