mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Forse così?
This commit is contained in:
parent
8c3428dba6
commit
5dce5df7de
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
Loading…
Reference in a new issue