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; }