mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +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()
|
msg = telegram.getupdates()
|
||||||
# Se il messaggio non è una notifica di servizio...
|
# Se il messaggio non è una notifica di servizio...
|
||||||
if 'edit' in msg:
|
if 'edit' in msg:
|
||||||
if t['edit']:
|
if msg['edit']:
|
||||||
if 'text' in msg['edit_data']:
|
if 'text' in msg['edit_data']:
|
||||||
# Salvatelo in una stringa
|
# Salvatelo in una stringa
|
||||||
text = msg['text']
|
text = msg['text']
|
||||||
|
|
Loading…
Reference in a new issue