fix(aurora): awaited a coroutine
This commit is contained in:
parent
3383e84221
commit
fe5823b637
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class Moderation(AuroraGuildModel):
|
||||||
else:
|
else:
|
||||||
close_db = False
|
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 = {
|
case = {
|
||||||
"moderation_id": moderation_id,
|
"moderation_id": moderation_id,
|
||||||
|
|
Loading…
Reference in a new issue