1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Updated avatar file names to use webp extension instead of jpg

This commit is contained in:
Phxntxm 2017-02-04 17:00:18 -06:00
parent 5e31979158
commit c02efe8c46

View file

@ -141,7 +141,7 @@ class Interaction:
if '.gif' in url:
filename = 'avatar.gif'
else:
filename = 'avatar.jpg'
filename = 'avatar.webp'
await self.bot.upload(file, filename=filename)
else:
await self.bot.say(url)