WIP: Refactor Aurora (3.0.0) #29
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