Skip to content

Commit 61b3689

Browse files
committed
Fix chat username and session name
1 parent 6d2d346 commit 61b3689

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/welcome_bot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
USER = "**{}**"
1010
MESSAGE = "{} Welcome to [Pyrogram](https://docs.pyrogram.ml/)'s group chat {{}}!".format(Emoji.SPARKLES)
1111

12-
app = Client("dan_prod")
13-
14-
enabled_groups = Filters.chat("PyrogramLounge")
12+
enabled_groups = Filters.chat("PyrogramChat")
1513
last_welcomes = {}
1614

15+
app = Client("my_account")
16+
1717

1818
@app.on_message(enabled_groups & Filters.new_chat_members)
1919
def welcome(client, message):

0 commit comments

Comments
 (0)