forked from cswimr/SeaCogs
fix(aurora): i am dense
This commit is contained in:
parent
70eec9cc47
commit
78071ac475
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue