mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-14 09:52:49 +00:00
Add live-role module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
6823bb834b
commit
2d04435b4f
1 changed files with 11 additions and 0 deletions
11
Home.md
11
Home.md
|
@ -16,6 +16,17 @@ module_configs:
|
|||
|
||||
# Modules
|
||||
|
||||
## Type: `liverole`
|
||||
|
||||
Adds live-role to certain group of users if they are streaming on Twitch
|
||||
|
||||
| Attribute | Req. | Type | Default Value | Description |
|
||||
| --------- | :--: | ---- | ------------- | ----------- |
|
||||
| `role_streamers_live` | ✅ | string | | Role ID to assign to live streamers |
|
||||
| `twitch_client_id` | ✅ | string | | Twitch client ID the token was issued for |
|
||||
| `twitch_client_secret` | ✅ | string | | Secret for the Twitch app identified with twitch_client_id |
|
||||
| `role_streamers` | | string | | Only take members with this role into account |
|
||||
|
||||
## Type: `presence`
|
||||
|
||||
Updates the presence status of the bot to display the next stream
|
||||
|
|
Loading…
Reference in a new issue