Allow enforcing reason to be filled in Mod cog commands (#6477)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Kevin Wang
2024-12-23 19:58:57 -05:00
committed by GitHub
parent f0a29e9815
commit 9419f2642a
4 changed files with 81 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class Mod(
"reinvite_on_unban": False,
"current_tempbans": [],
"dm_on_kickban": False,
"require_reason": False,
"default_days": 0,
"default_tempban_duration": 60 * 60 * 24,
"track_nicknames": True,