From 7854af8ec0708c053af3f4b31f147f5a4135a1e9 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 14 Aug 2024 15:23:05 -0400 Subject: [PATCH] fix(aurora): fixed the `/edit` command failing again --- aurora/aurora.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index d262bec..71aa18d 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -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-indev13" + __version__ = "3.0.0-indev14" __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(interaction, case) + await log(self.bot.get_context(interaction), case) return