mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-28 20:33:45 +03:00
change 'callback' to 'replier' so code runs
parent
8289792703
commit
fd0632c612
|
@ -33,7 +33,7 @@ def replier(update):
|
|||
client.send_message(PeerUser(update.user_id), update.message[::-1])
|
||||
|
||||
|
||||
client.add_update_handler(callback)
|
||||
client.add_update_handler(replier)
|
||||
input('Press enter to stop this!')
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user