mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Altro whoops.
This commit is contained in:
parent
0e1ad93bb5
commit
7417bbe7b8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ 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'].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:
|
||||
|
|
Loading…
Reference in a new issue