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