1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
This commit is contained in:
Steffo 2015-08-07 17:01:17 +02:00
parent ab70c75b07
commit 0e1ad93bb5

View file

@ -75,8 +75,8 @@ while(True):
msg = data['result'][0]['message'] msg = data['result'][0]['message']
if(msg['text'] == "/ahnonlosoio"): if(msg['text'] == "/ahnonlosoio"):
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id']) sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'])
if(msg['text'] == str.startswith("/steam"): if(msg['text'] == str.startswith("/steam")):
if(msg['text'] == "/steam") if(msg['text'] == "/steam"):
sendMessage("Specifica lo steamid della persona di cui vuoi specificare lo stato. Tag di telegram coming soon!", msg['chat']['id']) sendMessage("Specifica lo steamid della persona di cui vuoi specificare lo stato. Tag di telegram coming soon!", msg['chat']['id'])
else: else:
steam = getSteamStatus(msg['text'][7:]) steam = getSteamStatus(msg['text'][7:])