From 78071ac475c142e6b220a53d62ac0feb7bac5719 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 2 Jan 2024 03:38:40 -0500 Subject: [PATCH] fix(aurora): i am dense --- aurora/aurora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index 017502f..3fd6345 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -970,7 +970,7 @@ class Aurora(commands.Cog): try: await guild.unban(user, reason=f"Automatic unban from case #{moderation_id}") - embed = await embed_factory('message', self.bot.get_embed_color(None), guild=guild, reason=f'Automatic unban from case #{moderation_id}', moderation_type='unbanned') + embed = await embed_factory('message', await self.bot.get_embed_color(None), guild=guild, reason=f'Automatic unban from case #{moderation_id}', moderation_type='unbanned') try: await user.send(embed=embed)