From 573da4fe6bd416efb6fe0f1555c696fed12ff2c0 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 22 Feb 2019 20:09:50 -0300 Subject: [PATCH] litecord.embed.messages: insert embeds to new_embeds --- litecord/embed/messages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litecord/embed/messages.py b/litecord/embed/messages.py index 4fd39ef..b3e4c41 100644 --- a/litecord/embed/messages.py +++ b/litecord/embed/messages.py @@ -137,6 +137,8 @@ async def process_url_embed(config, storage, dispatcher, if not embed: continue + new_embeds.append(embed) + # update if we got embeds if not new_embeds: return