Skip to content

Commit

Permalink
use new rank icons
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 6, 2024
1 parent 5423541 commit 7c13aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/profiles/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(self):
)

embed.set_thumbnail(
url=f"https://raw.githubusercontent.com/mk8dx-yuzu/mk8dx-yuzu.github.io/main/public/images/ranks/{player_rank.name.lower()}.webp"
url=f"https://raw.githubusercontent.com/mk8dx-yuzu/ranks/refs/heads/main/{player_rank.rankname}.png"
)

await ctx.respond(f"# {player.name} - overview", embed=embed, view=PlayerView())
Expand Down

0 comments on commit 7c13aec

Please sign in to comment.