mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Remove random 'f' from auto_reply.py example
This commit is contained in:
parent
9445d2ba53
commit
0a4a898c49
|
@ -84,7 +84,7 @@ class NeedsMore(TelegramClient):
|
|||
message=msg.message.replace('.shrug','¯\_(ツ)_/¯')))
|
||||
sleep(1)
|
||||
|
||||
f for trigger in triggers:
|
||||
for trigger in triggers:
|
||||
msg = trigger[1]
|
||||
chan = InputPeerChannel(msg.to_id.channel_id,CHANNELS[msg.to_id.channel_id])
|
||||
log_chat = InputPeerUser(user_id=123456789,access_hash=987654321234567890)
|
||||
|
|
Loading…
Reference in New Issue
Block a user