diff options
author | 2021-04-06 16:27:28 +0100 | |
---|---|---|
committer | 2021-04-06 16:27:28 +0100 | |
commit | 384ac5f9e1b83aa4ad3887d26a6745681d3214ea (patch) | |
tree | b6b7cef09a31e7ff6e3b54d63281965d2b86445a | |
parent | Merge pull request #1493 from python-discord/stream-and-revokestream-commands (diff) |
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 |