Skip to content

Commit

Permalink
auto: format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2024
1 parent 91848bd commit 484058b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cogs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,7 @@ async def _close_thread(

user = doc['recipient']

embed = discord.Embed(
description=thread_channel.jump_url, color=0xB8E986, timestamp=datetime.now(tz=timezone.utc)
)
embed = discord.Embed(description=thread_channel.jump_url, color=0xB8E986, timestamp=datetime.now(tz=timezone.utc))

embed.set_author(name=f'Modmail closed | {user["name"]} ({user["id"]})')

Expand Down

0 comments on commit 484058b

Please sign in to comment.