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:
parent
85e028d6dd
commit
d9f12b5427
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue