mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Moar unicode!
This commit is contained in:
parent
2c5e196ab2
commit
2d48723f44
1 changed files with 5 additions and 5 deletions
10
royalbot.py
10
royalbot.py
|
@ -190,19 +190,19 @@ while(True):
|
||||||
if(online == 0):
|
if(online == 0):
|
||||||
text = chr(9898) + " Offline"
|
text = chr(9898) + " Offline"
|
||||||
elif(online == 1):
|
elif(online == 1):
|
||||||
text = chr(111986) + " Online"
|
text = chr(128309) + " Online"
|
||||||
elif(online == 2):
|
elif(online == 2):
|
||||||
text = chr(111985) + " Occupato"
|
text = chr(128308) + " Occupato"
|
||||||
elif(online == 3):
|
elif(online == 3):
|
||||||
text = chr(9899) + " Assente"
|
text = chr(9899) + " Assente"
|
||||||
elif(online == 4):
|
elif(online == 4):
|
||||||
text = chr(9899) + " Addormentato"
|
text = chr(9899) + " Addormentato"
|
||||||
elif(online == 5):
|
elif(online == 5):
|
||||||
text = chr(111986) + " Disponibile per scambiare"
|
text = chr(128309) + " Disponibile per scambiare"
|
||||||
elif(online == 6):
|
elif(online == 6):
|
||||||
text = chr(111986) + " 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(55357) + chr(56628) + " " + ingame + ".", msg['chat']['id'], msg['from']['id'])
|
sendMessage(name + " 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 + " e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue