fix(aurora): awaited a coroutine
This commit is contained in:
parent
7854af8ec0
commit
b0c9656758
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class Aurora(commands.Cog):
|
|||
This cog stores all of its data in an SQLite database."""
|
||||
|
||||
__author__ = ["Seaswimmer"]
|
||||
__version__ = "3.0.0-indev14"
|
||||
__version__ = "3.0.0-indev15"
|
||||
__documentation__ = "https://seacogs.coastalcommits.com/aurora/"
|
||||
|
||||
async def red_delete_data_for_user(self, *, requester, user_id: int):
|
||||
|
@ -1102,7 +1102,7 @@ class Aurora(commands.Cog):
|
|||
embed=embed,
|
||||
ephemeral=True,
|
||||
)
|
||||
await log(self.bot.get_context(interaction), case)
|
||||
await log(await self.bot.get_context(interaction), case)
|
||||
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue