mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Tolte scritte inutili
This commit is contained in:
parent
ea2b38b437
commit
9ba0bb62eb
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -220,7 +220,7 @@ while True:
|
|||
r['playerClass'] = "Neutral"
|
||||
# Nessun effetto
|
||||
if 'text' not in r:
|
||||
r['text'] = "_Nessun effetto._"
|
||||
r['text'] = ""
|
||||
# HTML nella descrizione
|
||||
r['text'].replace("<b>", "*")
|
||||
r['text'].replace("</b>", "*")
|
||||
|
@ -232,7 +232,7 @@ while True:
|
|||
r['rarity'] = "None"
|
||||
# Nessuna descrizione
|
||||
if 'flavor' not in r:
|
||||
r['flavor'] = "Nessuna descrizione."
|
||||
r['flavor'] = ""
|
||||
# Testo principale
|
||||
text = None
|
||||
# Magie
|
||||
|
|
Loading…
Reference in a new issue