From 85dbb6cc88755d27914e0e5a834d6fb757c1dc77 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Mon, 12 Aug 2024 19:45:14 -0400 Subject: [PATCH] fix(aurora): export all moderation types --- aurora/aurora.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aurora/aurora.py b/aurora/aurora.py index 7a27e24..abc8e76 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -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: