guilds: add size=(128, 128) when updating guild icon

This commit is contained in:
Luna 2019-03-15 03:16:17 -03:00
parent 1987db11e4
commit 60ccd8db0b
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ async def _update_guild(guild_id):
if 'icon' in j:
# delete old
new_icon = await app.icons.update(
'guild', guild_id, j['icon'], always_icon=True
'guild', guild_id, j['icon'], always_icon=True, size=(128, 128)
)
await app.db.execute("""