fix(aurora): i am dense

This commit is contained in:
Seaswimmer 2024-01-02 03:38:40 -05:00
parent 70eec9cc47
commit 78071ac475
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

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