misc(aurora): adding a config option that doesn't do anything yet
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 42s
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 42s
This commit is contained in:
parent
1ff240706c
commit
47f74d2259
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ def register_config(config_obj: Config):
|
|||
config_obj.register_guild(
|
||||
show_moderator = True,
|
||||
use_discord_permissions = True,
|
||||
ignore_modlog = True,
|
||||
ignore_other_bots = True,
|
||||
dm_users = True,
|
||||
log_channel = " ",
|
||||
|
|
Loading…
Reference in a new issue