1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Remove adding a thumbnail because osu hides this behind a base64 encode, and discord handles the image downloading manually

This commit is contained in:
Phxntxm 2017-03-10 19:02:41 -06:00
parent 2a966124c3
commit ca7967057d

View file

@ -70,7 +70,6 @@ class Osu:
return
e = discord.Embed(title='Osu profile for {}'.format(user.username))
e.set_thumbnail(url='https://a.ppy.sh/{}'.format(user.user_id))
e.add_field(name='Rank', value="{:,}".format(user.pp_rank))
e.add_field(name='Level', value=user.level)
e.add_field(name='Performance Points', value="{:,}".format(user.pp_raw))