We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2d346 commit 61b3689Copy full SHA for 61b3689
1 file changed
examples/welcome_bot.py
@@ -9,11 +9,11 @@
9
USER = "**{}**"
10
MESSAGE = "{} Welcome to [Pyrogram](https://docs.pyrogram.ml/)'s group chat {{}}!".format(Emoji.SPARKLES)
11
12
-app = Client("dan_prod")
13
-
14
-enabled_groups = Filters.chat("PyrogramLounge")
+enabled_groups = Filters.chat("PyrogramChat")
15
last_welcomes = {}
16
+app = Client("my_account")
+
17
18
@app.on_message(enabled_groups & Filters.new_chat_members)
19
def welcome(client, message):
0 commit comments