WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 342 commits from aurora-pydantic into main
Showing only changes of commit 6c7cdd4e5e - Show all commits

View file

@ -698,7 +698,7 @@ class Aurora(commands.Cog):
stripped = t.strip().lower()
if stripped == "all":
type_list.clear()
type_list = registry_values
type_list.extend((t.key for t in registry_values))
break
try:
type_list.append(type_registry[stripped])