guilds: use always_icon when updating guild icon

This commit is contained in:
Luna 2018-12-06 01:12:32 -03:00
parent 1d86a87a5f
commit b7028d4a7d
1 changed files with 1 additions and 1 deletions

View File

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