diff options
| author | 2021-04-06 17:13:16 +0200 | |
|---|---|---|
| committer | 2021-04-06 17:13:16 +0200 | |
| commit | 44d6a351df197a6184bcb2ece71277f74b6374c3 (patch) | |
| tree | 4fd9eb5502d5be4bba200b2fd8aeadd55e6f4ce4 /config-default.yml | |
| parent | Merge pull request #1499 from bsoyka/user-colors (diff) | |
| parent | Merge branch 'main' into stream-and-revokestream-commands (diff) | |
Merge pull request #1493 from python-discord/stream-and-revokestream-commands
Stream and revokestream commands
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index b89f1505e..4178fba32 100644 --- a/config-default.yml +++ b/config-default.yml @@ -267,6 +267,9 @@ guild: jammers: 737249140966162473 team_leaders: 737250302834638889 + # Streaming + video: 764245844798079016 + moderation_roles: - *ADMINS_ROLE - *MODS_ROLE @@ -542,3 +545,7 @@ branding: config: required_keys: ['bot.token'] + + +video_permission: + default_permission_duration: 30 # Default duration for stream command in minutes |