Skip to content

Commit c382f7f

Browse files
committed
Show thread author in 'showcase rank' command output
1 parent 91d8d01 commit c382f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pcbot/exts/showcase/cogs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ async def thread_triple(thread: discord.Thread):
302302
)
303303
)
304304
),
305-
value=f"{thread.jump_url}",
305+
value=f"{thread.jump_url} by {starter_message.author.mention} "
306+
+ f"(`@{starter_message.author.name}`)",
306307
inline=False,
307308
)
308309
)

0 commit comments

Comments
 (0)