Skip to content

Commit d392195

Browse files
committed
Change logs embed color
1 parent 2b23a7b commit d392195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ async def logs(self, ctx, *, member: Union[discord.Member, discord.User, obj]=No
323323
if not any(not e['open'] for e in logs):
324324
return await ctx.send(embed=discord.Embed(color=discord.Color.red(), description='This user does not have any previous logs'))
325325

326-
em = discord.Embed(color=discord.Color.green())
326+
em = discord.Embed(color=discord.Color.blurple())
327327
em.set_author(name=f'{username} - Previous Logs', icon_url=icon_url)
328328

329329
embeds = [em]

0 commit comments

Comments
 (0)