1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

unichr(9888) + "

This commit is contained in:
Steffo 2015-08-10 20:40:00 +02:00
parent 306621705c
commit a0d0f42479

View file

@ -110,7 +110,7 @@ while(True):
if(msg['text'].startswith("/steam")):
#Se non viene specificato un
if(msg['text'] == "/steam"):
sendMessage("Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id'])
sendMessage(unichr(9888) + " Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id'])
else:
#Elenco degli steamid e degli username di telegram.
global steamids
@ -151,4 +151,4 @@ while(True):
else:
sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id'])
else:
sendMessage("Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])
sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])