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
1
bot.py
1
bot.py
|
@ -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