Skip to content

Commit

Permalink
Merge pull request #107 from janssensjelle/profile-url-update-patch-1
Browse files Browse the repository at this point in the history
Update the user.py to link to the correct profile
  • Loading branch information
makelarisjr authored Oct 31, 2024
2 parents f0fc907 + d9ec701 commit f89b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/core/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async def whois(
embed.add_field(name="Discord ID:", value=str(fetched_user.id), inline=True)
embed.add_field(
name="HTB Profile:",
value=f"<https://www.hackthebox.com/home/users/profile/{htb_discord_link.htb_user_id}>",
value=f"<https://app.hackthebox.com/users/{htb_discord_link.htb_user_id}>",
inline=False,
)
embed.set_footer(text=f"More info: /history user:{fetched_user.id}")
Expand Down

0 comments on commit f89b3d0

Please sign in to comment.