1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +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()
# 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']