mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Una cosina, per farlo crashare meno.
This commit is contained in:
parent
e9206c8d95
commit
0ac5ba0d6a
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -233,6 +233,7 @@ while True:
|
|||
if 'flavor' not in r:
|
||||
r['flavor'] = "Nessuna descrizione."
|
||||
# Testo principale
|
||||
text = None
|
||||
if r['type'] == "Spell":
|
||||
text = str("[" + r['name'] + "](" + r['img'] + ") "
|
||||
"(" + r['rarity'] + ")\n" +
|
||||
|
|
Loading…
Reference in a new issue