mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
[wiki] Update actor documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c52ce80bdc
commit
19f54d910d
2 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ node_modules:
|
||||||
# --- Wiki Updates
|
# --- Wiki Updates
|
||||||
|
|
||||||
actor_docs:
|
actor_docs:
|
||||||
go run . --storage-file $(shell mktemp).json.gz actor-docs >wiki/Actors.md
|
go run . --storage-conn-string $(shell mktemp).db actor-docs >wiki/Actors.md
|
||||||
|
|
||||||
pull_wiki:
|
pull_wiki:
|
||||||
git subtree pull --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master --squash
|
git subtree pull --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master --squash
|
||||||
|
|
|
@ -9,7 +9,7 @@ Ban user from chat
|
||||||
- type: ban
|
- type: ban
|
||||||
attributes:
|
attributes:
|
||||||
# Reason why the user was banned
|
# Reason why the user was banned
|
||||||
# Optional: true
|
# Optional: false
|
||||||
# Type: string (Supports Templating)
|
# Type: string (Supports Templating)
|
||||||
reason: ""
|
reason: ""
|
||||||
```
|
```
|
||||||
|
@ -115,7 +115,7 @@ Update stream information
|
||||||
# Optional: false
|
# Optional: false
|
||||||
# Type: string (Supports Templating)
|
# Type: string (Supports Templating)
|
||||||
channel: ""
|
channel: ""
|
||||||
# Category / Game to set
|
# Category / Game to set (use `@1234` format to pass an explicit ID)
|
||||||
# Optional: true
|
# Optional: true
|
||||||
# Type: string (Supports Templating)
|
# Type: string (Supports Templating)
|
||||||
game: ""
|
game: ""
|
||||||
|
@ -305,7 +305,7 @@ Timeout user from chat
|
||||||
# Type: duration
|
# Type: duration
|
||||||
duration: 0s
|
duration: 0s
|
||||||
# Reason why the user was timed out
|
# Reason why the user was timed out
|
||||||
# Optional: true
|
# Optional: false
|
||||||
# Type: string (Supports Templating)
|
# Type: string (Supports Templating)
|
||||||
reason: ""
|
reason: ""
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue