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:
2022-01-14 19:45:24 +02:00
parent 50da6b18d2
commit 24791867cf
4 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ class video_grace_period(settings.Duration, GuildSetting):
"before they will be kicked from the channel, and warned or studybanned (if enabled)."
)
_default = 45
_default = 90
_default_multiplier = 1
@classmethod