tweaks: Update setting defaults.
`video_grace_period` now 90 seconds. `task_limit` now 99. `rent_member_limit` now 24. Also updated `Integer` default `_min` and `_max` to match DB values.
This commit is contained in:
@@ -42,7 +42,7 @@ class rent_member_limit(settings.Integer, GuildSetting):
|
||||
display_name = "rent_member_limit"
|
||||
desc = "Maximum number of people that can be added to a rented room."
|
||||
|
||||
_default = 10
|
||||
_default = 24
|
||||
|
||||
long_desc = (
|
||||
"Maximum number of people a member can add to a rented private voice channel."
|
||||
|
||||
Reference in New Issue
Block a user