We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b768e commit 32700f8Copy full SHA for 32700f8
examples/welcome_bot.py
@@ -13,8 +13,8 @@
13
def welcome(client, message):
14
new_members = ", ".join([
15
"[{}](tg://user?id={})".format(i.first_name, i.id)
16
- for i in message.new_chat_members]
17
- )
+ for i in message.new_chat_members
+ ])
18
19
text = "{} Welcome to [Pyrogram](https://docs.pyrogram.ml/)'s group chat {}!".format(
20
Emoji.SPARKLES,
0 commit comments