diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-14 23:23:12 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-14 23:23:12 +0500 |
| commit | 1134c8316e5ee445567f9bf225e9fb9c2631b4dc (patch) | |
| tree | 05380fdd9ab9b40af9443bb5e0cd52aeec36a53a /docs | |
| parent | 79c39906131bb72780da96ccc6eb43524dec3350 (diff) | |
feat: settings command
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/channel/settings.md | 7 | ||||
| -rw-r--r-- | docs/summary.md | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/docs/channel/settings.md b/docs/channel/settings.md index 1f25d32..330f3b6 100644 --- a/docs/channel/settings.md +++ b/docs/channel/settings.md @@ -8,7 +8,8 @@ The `!set` command gives broadcasters ability to customize the bot as they need ## Available features -+ `notify_7tv_updates` - Enable notifications for changes to the channel's 7TV emote set. ++ `markov_responses` - Enable Markov-generated responses *(triggered by "@teabot, " prefix)* ++ `random_markov_responses` - Enable Markov-generated responses on random messages. It is required that the feature `markov_responses` is enabled. ## Syntax @@ -58,8 +59,8 @@ Available languages at the moment: **english**, **russian**. ### Enabling/disabling the bot feature -+ `Successfully enabled the "notify_7tv_updates" feature for this chat!` -+ `Successfully disabled the "notify_7tv_updates" feature for this chat!` ++ `Successfully enabled the "markov_responses" feature for this chat!` ++ `Successfully disabled the "random_markov_responses" feature for this chat!` ## Error handling diff --git a/docs/summary.md b/docs/summary.md index ea05c68..f5b7a1e 100644 --- a/docs/summary.md +++ b/docs/summary.md @@ -8,6 +8,7 @@ + [Custom commands](/wiki/channel/custom-commands) + [Timers](/wiki/channel/timer) ++ [Settings](/wiki/channel/settings) ## Stream features @@ -27,10 +28,6 @@ # NOT IMPLEMENTED -## Channel management - -+ [Settings](/wiki/channel/settings) - ## Emote management + [Check the usage of emote](/wiki/emotes/count) |
