mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Ditch webp again
Whoops, accidentally introduced it back in somehow
This commit is contained in:
parent
ae05ac766d
commit
f3be159853
@ -43,7 +43,7 @@ def get_formatted_message(message):
|
||||
def get_formatted_user(user):
|
||||
userobj = {
|
||||
"avatar": user.avatar,
|
||||
"avatar_url": user.avatar_url,
|
||||
"avatar_url": user.avatar_url_as(format="png", size=512),
|
||||
"color": str(user.color)[1:],
|
||||
"discriminator": user.discriminator,
|
||||
"game": None,
|
||||
|
Loading…
Reference in New Issue
Block a user