WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 85dbb6cc88 - Show all commits

View file

@ -647,6 +647,9 @@ class Aurora(commands.Cog):
)
return
if export and not types:
types = 'all'
type_list = []
registry_values = type_registry.values()
if types: