fix(aurora): export all moderation types
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s

This commit is contained in:
Seaswimmer 2024-08-12 19:45:14 -04:00
parent 8bb9223054
commit 85dbb6cc88
Signed by: cswimr
GPG key ID: 3813315477F26F82

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: