diff --git a/bot.py b/bot.py index 8822ecb9..193d43c9 100644 --- a/bot.py +++ b/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" +