mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Whoops.
This commit is contained in:
parent
ab70c75b07
commit
0e1ad93bb5
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ while(True):
|
|||
msg = data['result'][0]['message']
|
||||
if(msg['text'] == "/ahnonlosoio"):
|
||||
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'])
|
||||
if(msg['text'] == str.startswith("/steam"):
|
||||
if(msg['text'] == "/steam")
|
||||
if(msg['text'] == str.startswith("/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'])
|
||||
else:
|
||||
steam = getSteamStatus(msg['text'][7:])
|
||||
|
|
Loading…
Reference in a new issue