Skip to content

Commit

Permalink
Fix #452
Browse files Browse the repository at this point in the history
  • Loading branch information
krofna committed Apr 5, 2021
1 parent 236e77e commit d202d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tle/cogs/handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _make_profile_embed(member, user, *, mode):
embed = discord.Embed(description=desc, color=user.rank.color_embed)
embed.add_field(name='Rating', value=user.rating, inline=True)
embed.add_field(name='Rank', value=user.rank.title, inline=True)
embed.set_thumbnail(url=f'https:{user.titlePhoto}')
embed.set_thumbnail(url=f'{user.titlePhoto}')
return embed


Expand Down

0 comments on commit d202d18

Please sign in to comment.