mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-10 01:00:05 +00:00
[wiki] Update "Command executions" example
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a6ac529675
commit
a2518c26fd
1 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,9 @@ The example was dumped using this action:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- actions:
|
- actions:
|
||||||
- command: [/usr/bin/bash, -c, "jq . >&2"]
|
- type: script
|
||||||
|
attributes:
|
||||||
|
command: [/usr/bin/bash, -c, "jq . >&2"]
|
||||||
match_channels: ['#tezrian']
|
match_channels: ['#tezrian']
|
||||||
match_message: '^!test'
|
match_message: '^!test'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue