diff options
author | 2021-04-06 17:29:53 +0200 | |
---|---|---|
committer | 2021-04-06 17:29:53 +0200 | |
commit | 85f1cfb281f3334f873bd5bfe951cc896380c526 (patch) | |
tree | b6b7cef09a31e7ff6e3b54d63281965d2b86445a | |
parent | Merge pull request #1493 from python-discord/stream-and-revokestream-commands (diff) | |
parent | Reduce default duration of stream permission from 30m to 5m (diff) |
Merge pull request #1504 from python-discord/reduce-default-stream-duration
Reduce default duration of stream permission from 30m to 5m
-rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 4178fba32..9b07d026d 100644 --- a/config-default.yml +++ b/config-default.yml @@ -548,4 +548,4 @@ config: video_permission: - default_permission_duration: 30 # Default duration for stream command in minutes + default_permission_duration: 5 # Default duration for stream command in minutes |