Skip to content

Commit

Permalink
Run black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkuip committed Apr 17, 2024
1 parent 7ddbd75 commit d506e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ async def msglink(self, ctx, message_id: int):
continue
if not found:
embed = discord.Embed(
color=self.bot.error_color, description="Message not found or no longer exists."
)
color=self.bot.error_color, description="Message not found or no longer exists."
)
else:
embed = discord.Embed(color=self.bot.main_color, description=message.jump_url)
await ctx.send(embed=embed)
Expand Down

0 comments on commit d506e6d

Please sign in to comment.