WIP: Refactor Aurora (3.0.0) #29
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ def register_config(config_obj: Config):
|
||||||
)
|
)
|
||||||
|
|
||||||
moderation_type = {
|
moderation_type = {
|
||||||
"show_in_history": bool,
|
"show_in_history": None,
|
||||||
"show_moderator": bool,
|
"show_moderator": None,
|
||||||
"use_discord_permissions": bool,
|
"use_discord_permissions": None,
|
||||||
"dm_users": bool,
|
"dm_users": None,
|
||||||
}
|
}
|
||||||
|
|
||||||
config_obj.init_custom("types", 2)
|
config_obj.init_custom("types", 2)
|
||||||
|
|
Loading…
Reference in a new issue