fix(aurora): fixed all type
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s

This commit is contained in:
Seaswimmer 2024-08-13 16:38:20 -04:00
parent 1275b8e99a
commit 6c7cdd4e5e
Signed by: cswimr
GPG key ID: 3813315477F26F82

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])