1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Forse così?

This commit is contained in:
Steffo 2015-08-07 16:12:10 +02:00
parent 8c3428dba6
commit 5dce5df7de

View file

@ -52,6 +52,6 @@ while(True):
#Leggi i dati del messaggio
msg = data['result'][0]['message']
if(msg['text'] == "/start"):
sendMessage("Non c'è bisogno di avviarmi, sono sempre avviato!", msg['chat']['id'])
sendMessage("Non c'è bisogno di avviarmi, sono sempre avviato!", msg['from']['id'])
if(msg['text'] == "/ahnonlosoio"):
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'])