WIP: Refactor Aurora (3.0.0) #29

Closed
cswimr wants to merge 382 commits from aurora-pydantic into main
Showing only changes of commit fe5823b637 - Show all commits

View file

@ -342,7 +342,7 @@ class Moderation(AuroraGuildModel):
else:
close_db = False
moderation_id = cls.get_next_case_number(bot=bot, guild_id=guild_id)
moderation_id = await cls.get_next_case_number(bot=bot, guild_id=guild_id)
case = {
"moderation_id": moderation_id,