1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00

Forza http

This commit is contained in:
Steffo 2018-06-04 23:21:03 +02:00
parent d6e2f8428b
commit 117d2404df

View file

@ -400,7 +400,7 @@ 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"(https://ryg.steffo.eu/profile/{user.royal.username})",
f"(http://ryg.steffo.eu/profile/{user.royal.username})",
parse_mode="Markdown")