mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
facedesk
This commit is contained in:
parent
a2ca39513c
commit
d6e2f8428b
1 changed files with 2 additions and 2 deletions
|
@ -399,8 +399,8 @@ def cmd_profile(bot: Bot, update: Update):
|
|||
bot.send_message(update.message.chat.id, "⚠ Non sei connesso a Royalnet!\n"
|
||||
"Per registrarti, utilizza il comando /register.")
|
||||
return
|
||||
bot.send_message(update.message.chat.id, f"👤 [Profilo di {user.royals.username}]"
|
||||
f"(https://ryg.steffo.eu/profile/{user.royals.username})",
|
||||
bot.send_message(update.message.chat.id, f"👤 [Profilo di {user.royal.username}]"
|
||||
f"(https://ryg.steffo.eu/profile/{user.royal.username})",
|
||||
parse_mode="Markdown")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue