WIP: Refactor Aurora (3.0.0) #29
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue