mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 23:50:04 +00:00
Wiki: Clarify role IDs are required
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
0c54446c7d
commit
5f9de8bb86
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -39,7 +39,7 @@ Announces stream live status based on Discord streaming status
|
||||||
| `twitch_client_id` | ✅ | string | | Twitch client ID the token was issued for |
|
| `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 |
|
| `twitch_client_secret` | ✅ | string | | Secret for the Twitch app identified with twitch_client_id |
|
||||||
| `stream_freshness` | | duration | `5m` | How long after stream start to post shoutout |
|
| `stream_freshness` | | duration | `5m` | How long after stream start to post shoutout |
|
||||||
| `whitelisted_role` | | string | | Only post for members of this role |
|
| `whitelisted_role` | | string | | Only post for members of this role ID |
|
||||||
|
|
||||||
## Type: `liverole`
|
## Type: `liverole`
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ Adds live-role to certain group of users if they are streaming on Twitch
|
||||||
| `role_streamers_live` | ✅ | string | | Role ID to assign to live streamers |
|
| `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_id` | ✅ | string | | Twitch client ID the token was issued for |
|
||||||
| `twitch_client_secret` | ✅ | string | | Secret for the Twitch app identified with twitch_client_id |
|
| `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 |
|
| `role_streamers` | | string | | Only take members with this role ID into account |
|
||||||
|
|
||||||
## Type: `presence`
|
## Type: `presence`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue