WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 1275b8e99a - Show all commits

View file

@ -318,9 +318,6 @@ class Moderation(AuroraGuildModel):
conditions = [] conditions = []
if types: if types:
if 'all' in types:
types = type_registry.keys()
logger.debug("Getting all types: %s", types)
conditions.append(f"moderation_type IN ({', '.join(['?' for _ in types])})") conditions.append(f"moderation_type IN ({', '.join(['?' for _ in types])})")
params.extend([t.key for t in types]) params.extend([t.key for t in types])
if before: if before: