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