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

Correct a couple issues with osu

This commit is contained in:
Phxntxm 2017-03-10 18:16:29 -06:00
parent 45ab645e1a
commit 7459ac1955

View file

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