mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
aah questi spazi
This commit is contained in:
parent
bbd1a076c8
commit
7f2dbc1c8a
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -315,7 +315,7 @@ while True:
|
||||||
# Se ci sono più carte, prendine una a caso!
|
# Se ci sono più carte, prendine una a caso!
|
||||||
r = r[random.randrange(len(r))]
|
r = r[random.randrange(len(r))]
|
||||||
except ValueError:
|
except ValueError:
|
||||||
telegram.sendmessage(chr(9888) + "La carta specificata non esiste!", sentin)
|
telegram.sendmessage(chr(9888) + " La carta specificata non esiste!", sentin)
|
||||||
else:
|
else:
|
||||||
# Si trova nelle bustine
|
# Si trova nelle bustine
|
||||||
if 'howToGet' not in r:
|
if 'howToGet' not in r:
|
||||||
|
@ -383,6 +383,7 @@ while True:
|
||||||
# Eroe
|
# Eroe
|
||||||
elif r['type'] == "Hero":
|
elif r['type'] == "Hero":
|
||||||
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
|
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
|
||||||
|
"*Eroe*\n" +
|
||||||
str(r['health']) + " salute\n")
|
str(r['health']) + " salute\n")
|
||||||
telegram.sendmessage(text, sentin)
|
telegram.sendmessage(text, sentin)
|
||||||
elif text.startswith('/online'):
|
elif text.startswith('/online'):
|
||||||
|
|
Loading…
Reference in a new issue