Skip to content

Commit 138da64

Browse files
committed
added @ to participants
1 parent 439bb12 commit 138da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/commands/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ async def show_participants(update, context):
516516

517517
response = f"Participantes:\n"
518518
for participant in participants:
519-
response = response + f"{participant} \n"
519+
response = response + f"@{participant} \n"
520520

521521
await update.message.reply_text(response)
522522

0 commit comments

Comments
 (0)