Skip to content

Commit 32700f8

Browse files
committed
Update welcome_bot.py
1 parent 40b768e commit 32700f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/welcome_bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
def welcome(client, message):
1414
new_members = ", ".join([
1515
"[{}](tg://user?id={})".format(i.first_name, i.id)
16-
for i in message.new_chat_members]
17-
)
16+
for i in message.new_chat_members
17+
])
1818

1919
text = "{} Welcome to [Pyrogram](https://docs.pyrogram.ml/)'s group chat {}!".format(
2020
Emoji.SPARKLES,

0 commit comments

Comments
 (0)