From a1db09ec83aca935a5d136ce52b823488e237eca Mon Sep 17 00:00:00 2001 From: Adeithe <28549467+Adeithe@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:48:03 -0500 Subject: [PATCH] Add docs related to timer chat lines --- docs/chatbot/timers/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/chatbot/timers/index.md b/docs/chatbot/timers/index.md index 78d404d..d5219a7 100644 --- a/docs/chatbot/timers/index.md +++ b/docs/chatbot/timers/index.md @@ -32,6 +32,10 @@ Each timer can be configured with multiple messages, which will be cycled throug The frequency of each timer can be set in minutes, determining how often it will be activated. Additionally, a minimum amount of chat lines that must be sent in the interval for the timer to be activated can be set, ensuring the timer only runs when chat activity is high enough. +#### Chat lines + +The minimum number of chat messages that must be sent before a timer can be executed. This allows you to prevent timers from spamming the chat when there is less chatroom activity. + #### Conditions (new) Timers can now be configured with specific conditions. This allows a timer to be activated only when a particular condition is fulfilled. For instance, a timer can be set to run exclusively when the stream is categorized under "Just Chatting", or if the stream title includes a specific keyword.