forked from blizzthewolf/SeaCogs
fix(aurora): use guild color instead of bot color for handle_expiry
This commit is contained in:
parent
6d8b99cf76
commit
826d76253d
1 changed files with 1 additions and 1 deletions
|
@ -965,7 +965,7 @@ class Aurora(commands.Cog):
|
|||
try:
|
||||
await guild.unban(user, reason=f"Automatic unban from case #{moderation_id}")
|
||||
|
||||
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')
|
||||
embed = await embed_factory('message', await self.bot.get_embed_color(guild.channels[0]), 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