1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

The Fiorygi Bugfix

This commit is contained in:
Steffo 2018-09-05 20:36:42 +02:00
parent 85e028d6dd
commit d9f12b5427

View file

@ -267,7 +267,7 @@ def page_wiki(key: str):
f' modificata da'
f' <a href="https://ryg.steffo.eu/profile/{user.username}">{user.username}</a>'
f' {"(" + edit_reason + ")" if edit_reason else ""}'
f' [{"+" if difference > 0}{difference}]\n'
f' [{"+" if difference > 0 else ""}{difference}]\n'
f' {"<b>" + user.username + " è stato premiato con 1 fioryg!</b>" if fioryg_roll > fioryg_chance else ""}',
parse_mode="HTML", disable_web_page_preview=True, disable_notification=True)
except Exception: