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

no comment

This commit is contained in:
Steffo 2018-06-04 23:18:50 +02:00
parent 3bfac377f5
commit a2ca39513c

View file

@ -399,8 +399,9 @@ 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, "👤 [Profilo di {user.royals.username}]"
"(https://ryg.steffo.eu/profile/{user.royals.username})")
bot.send_message(update.message.chat.id, f"👤 [Profilo di {user.royals.username}]"
f"(https://ryg.steffo.eu/profile/{user.royals.username})",
parse_mode="Markdown")
def process(arg_discord_connection):