1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2016-06-16 15:55:42 +02:00
parent 304c5266e1
commit 1a01d1ad0c

2
bot.py
View file

@ -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']