mirror of https://gitlab.com/litecord/litecord.git
litecord.embed.messages: insert embeds to new_embeds
This commit is contained in:
parent
428502d373
commit
573da4fe6b
|
|
@ -137,6 +137,8 @@ async def process_url_embed(config, storage, dispatcher,
|
||||||
if not embed:
|
if not embed:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
new_embeds.append(embed)
|
||||||
|
|
||||||
# update if we got embeds
|
# update if we got embeds
|
||||||
if not new_embeds:
|
if not new_embeds:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue