fix(aurora): actually fixed the previous TypeError
This commit is contained in:
parent
c134a3ed18
commit
290ac5947f
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ def register_config(config_obj: Config):
|
|||
)
|
||||
|
||||
moderation_type = {
|
||||
"show_in_history": bool,
|
||||
"show_moderator": bool,
|
||||
"use_discord_permissions": bool,
|
||||
"dm_users": bool,
|
||||
"show_in_history": None,
|
||||
"show_moderator": None,
|
||||
"use_discord_permissions": None,
|
||||
"dm_users": None,
|
||||
}
|
||||
|
||||
config_obj.init_custom("types", 2)
|
||||
|
|
Loading…
Reference in a new issue