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

aah questi spazi

This commit is contained in:
Steffo 2016-01-26 19:09:15 +01:00
parent bbd1a076c8
commit 7f2dbc1c8a

3
bot.py
View file

@ -315,7 +315,7 @@ while True:
# Se ci sono più carte, prendine una a caso!
r = r[random.randrange(len(r))]
except ValueError:
telegram.sendmessage(chr(9888) + "La carta specificata non esiste!", sentin)
telegram.sendmessage(chr(9888) + " La carta specificata non esiste!", sentin)
else:
# Si trova nelle bustine
if 'howToGet' not in r:
@ -383,6 +383,7 @@ while True:
# Eroe
elif r['type'] == "Hero":
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
"*Eroe*\n" +
str(r['health']) + " salute\n")
telegram.sendmessage(text, sentin)
elif text.startswith('/online'):