fix(aurora): export all moderation types
This commit is contained in:
parent
8bb9223054
commit
85dbb6cc88
1 changed files with 3 additions and 0 deletions
|
@ -647,6 +647,9 @@ class Aurora(commands.Cog):
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if export and not types:
|
||||||
|
types = 'all'
|
||||||
|
|
||||||
type_list = []
|
type_list = []
|
||||||
registry_values = type_registry.values()
|
registry_values = type_registry.values()
|
||||||
if types:
|
if types:
|
||||||
|
|
Loading…
Reference in a new issue