From 50e605fa813049d5bf1e3cbc4ff88fc8292212a7 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Thu, 2 Mar 2023 21:24:59 +0100 Subject: [PATCH] forgor --- commands/message/search/bing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/message/search/bing.js b/commands/message/search/bing.js index 77897aa..d3b2f17 100644 --- a/commands/message/search/bing.js +++ b/commands/message/search/bing.js @@ -52,7 +52,6 @@ function createSearchResultPage(context, result){ break; } - if(result.image) res.embeds[0].thumbnail = { url: result.image } return res; }