mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-21 04:11:16 +00:00
[wiki] Clarify clearchat events do not contain acting user
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8107cd7c64
commit
4d8fa6e0eb
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
Moderator action caused a user to be banned from chat.
|
Moderator action caused a user to be banned from chat.
|
||||||
|
|
||||||
|
Note: This event does **not** contain the acting user! You cannot use the `{{.user}}` variable.
|
||||||
|
|
||||||
Fields:
|
Fields:
|
||||||
|
|
||||||
- `channel` - The channel the event occurred in
|
- `channel` - The channel the event occurred in
|
||||||
|
@ -33,6 +35,8 @@ Fields:
|
||||||
|
|
||||||
Moderator action caused chat to be cleared.
|
Moderator action caused chat to be cleared.
|
||||||
|
|
||||||
|
Note: This event does **not** contain the acting user! You cannot use the `{{.user}}` variable.
|
||||||
|
|
||||||
Fields:
|
Fields:
|
||||||
|
|
||||||
- `channel` - The channel the event occurred in
|
- `channel` - The channel the event occurred in
|
||||||
|
@ -138,6 +142,8 @@ Fields:
|
||||||
|
|
||||||
Moderator action caused a user to be timed out from chat.
|
Moderator action caused a user to be timed out from chat.
|
||||||
|
|
||||||
|
Note: This event does **not** contain the acting user! You cannot use the `{{.user}}` variable.
|
||||||
|
|
||||||
Fields:
|
Fields:
|
||||||
|
|
||||||
- `channel` - The channel the event occurred in
|
- `channel` - The channel the event occurred in
|
||||||
|
|
Loading…
Reference in a new issue