mirror of https://gitlab.com/litecord/litecord.git
guilds: use always_icon when updating guild icon
This commit is contained in:
parent
1d86a87a5f
commit
b7028d4a7d
|
|
@ -208,7 +208,7 @@ async def _update_guild(guild_id):
|
||||||
if 'icon' in j:
|
if 'icon' in j:
|
||||||
# delete old
|
# delete old
|
||||||
new_icon = await app.icons.update(
|
new_icon = await app.icons.update(
|
||||||
'guild', guild_id, j['icon']
|
'guild', guild_id, j['icon'], always_icon=True
|
||||||
)
|
)
|
||||||
|
|
||||||
await app.db.execute("""
|
await app.db.execute("""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue