mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[wiki] Update actor docs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6dd52e5320
commit
6eebc41705
1 changed files with 13 additions and 0 deletions
|
@ -14,6 +14,19 @@ Ban user from chat
|
|||
reason: ""
|
||||
```
|
||||
|
||||
## Custom Event
|
||||
|
||||
Create a custom event
|
||||
|
||||
```yaml
|
||||
- type: customevent
|
||||
attributes:
|
||||
# JSON representation of fields in the event (`map[string]any`)
|
||||
# Optional: false
|
||||
# Type: string (Supports Templating)
|
||||
fields: "{}"
|
||||
```
|
||||
|
||||
## Delay
|
||||
|
||||
Delay next action
|
||||
|
|
Loading…
Reference in a new issue