mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Cosa per rendere contento doc
This commit is contained in:
parent
fddd246db4
commit
3aad317a66
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ while(True):
|
|||
writeFile("lastid.txt", str(data['result'][0]['update_id'] + 1))
|
||||
#Leggi i dati del messaggio
|
||||
msg = data['result'][0]['message']
|
||||
if(msg['text'] == "/ahnonlosoio"):
|
||||
if(msg['text'].startswith("/ahnonlosoio")):
|
||||
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'])
|
||||
if(msg['text'].startswith("/steam")):
|
||||
if(msg['text'] == "/steam"):
|
||||
|
|
Loading…
Reference in a new issue