mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Link pure su Steam.
This commit is contained in:
parent
36343ce6ff
commit
6d230a5743
1 changed files with 2 additions and 2 deletions
|
@ -201,9 +201,9 @@ while(True):
|
||||||
elif(online == 6):
|
elif(online == 6):
|
||||||
text = chr(128309) + " *Disponibile per giocare*"
|
text = chr(128309) + " *Disponibile per giocare*"
|
||||||
if ingame is not None:
|
if ingame is not None:
|
||||||
sendMessage("_" + name + "_ sta giocando a " + chr(128308) + " " + ingame + ".", msg['chat']['id'], msg['from']['id'])
|
sendMessage("[" + name + "](http://steamcommunity.com/profiles/" + selezione + ") sta giocando a " + chr(128308) + " " + ingame + ".", msg['chat']['id'], msg['from']['id'])
|
||||||
else:
|
else:
|
||||||
sendMessage("_" + name + "_ e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
sendMessage("[" + name + "](http://steamcommunity.com/profiles/" + selezione + ") e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
||||||
else:
|
else:
|
||||||
sendMessage(chr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])
|
sendMessage(chr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])
|
||||||
#Trova i punteggi di una persona su osu!
|
#Trova i punteggi di una persona su osu!
|
||||||
|
|
Loading…
Reference in a new issue