mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Qualche emoji qua e là
This commit is contained in:
parent
b3bfa8e620
commit
3e7e8e7c5c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ while(True):
|
|||
elif(online == 6):
|
||||
text = unichr(55357) + unichr(56629) + " Disponibile per giocare"
|
||||
if ingame:
|
||||
sendMessage(name + " sta giocando a " + ingame + ".", msg['chat']['id'])
|
||||
sendMessage(name + " sta giocando a " + unichr(55357) + unichr(56628) + ingame + ".", msg['chat']['id'])
|
||||
else:
|
||||
sendMessage(name + " e' " + text + ".", msg['chat']['id'])
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue