fix(aurora): awaited another coroutine

This commit is contained in:
Seaswimmer 2024-06-05 01:11:18 -04:00
parent 76572e2281
commit df465e5ba6
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -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",
)