1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Visualizzazione fiorygi su /profile

This commit is contained in:
Steffo 2018-06-27 22:16:54 +02:00
parent b39557ffed
commit d868e9d440

View file

@ -400,7 +400,8 @@ def cmd_profile(bot: Bot, update: Update):
"Per registrarti, utilizza il comando /register.")
return
bot.send_message(update.message.chat.id, f"👤 [Profilo di {user.royal.username}]"
f"(http://ryg.steffo.eu/profile/{user.royal.username})",
f"(http://ryg.steffo.eu/profile/{user.royal.username})\n"
f"Attualmente, hai **{user.royal.fiorygi}** fiorygi.",
parse_mode="Markdown")