mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
???
This commit is contained in:
parent
304c5266e1
commit
1a01d1ad0c
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -106,7 +106,7 @@ while True:
|
|||
msg = telegram.getupdates()
|
||||
# Se il messaggio non è una notifica di servizio...
|
||||
if 'edit' in msg:
|
||||
if t['edit']:
|
||||
if msg['edit']:
|
||||
if 'text' in msg['edit_data']:
|
||||
# Salvatelo in una stringa
|
||||
text = msg['text']
|
||||
|
|
Loading…
Reference in a new issue