fix(aurora): awaited another coroutine
This commit is contained in:
parent
76572e2281
commit
df465e5ba6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ async def message_factory(
|
|||
embed.set_author(name=guild.name)
|
||||
|
||||
embed.set_footer(
|
||||
text=f"Case #{Moderation.get_next_case_number(bot=bot, guild_id=guild.id):,}",
|
||||
text=f"Case #{await Moderation.get_next_case_number(bot=bot, guild_id=guild.id):,}",
|
||||
icon_url="attachment://arrow.png",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue