mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Update README.rst
This commit is contained in:
parent
25a09d1c9b
commit
69ca31b12e
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ Pyrogram |twitter|
|
||||||
|
|
||||||
@app.on_message(Filters.private)
|
@app.on_message(Filters.private)
|
||||||
def hello(client, message):
|
def hello(client, message):
|
||||||
message.reply_text(
|
message.reply("Hello {}".format(message.from_user.first_name))
|
||||||
"Hello {}".format(message.from_user.first_name))
|
|
||||||
|
|
||||||
|
|
||||||
app.run()
|
app.run()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue