mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
unichr(9888) + "
This commit is contained in:
parent
306621705c
commit
a0d0f42479
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ while(True):
|
||||||
if(msg['text'].startswith("/steam")):
|
if(msg['text'].startswith("/steam")):
|
||||||
#Se non viene specificato un
|
#Se non viene specificato un
|
||||||
if(msg['text'] == "/steam"):
|
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:
|
else:
|
||||||
#Elenco degli steamid e degli username di telegram.
|
#Elenco degli steamid e degli username di telegram.
|
||||||
global steamids
|
global steamids
|
||||||
|
@ -151,4 +151,4 @@ while(True):
|
||||||
else:
|
else:
|
||||||
sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
||||||
else:
|
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'])
|
Loading…
Reference in a new issue