Skip to content

Commit

Permalink
Show thread author in 'showcase rank' command output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Aug 1, 2024
1 parent 91d8d01 commit c382f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcbot/exts/showcase/cogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ async def thread_triple(thread: discord.Thread):
)
)
),
value=f"{thread.jump_url}",
value=f"{thread.jump_url} by {starter_message.author.mention} "
+ f"(`@{starter_message.author.name}`)",
inline=False,
)
)
Expand Down

0 comments on commit c382f7f

Please sign in to comment.