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