From a7730f148070b973481baa56c07a8025daae0c3b Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 10 Oct 2024 13:16:38 +0200 Subject: [PATCH] use google images --- src/commands/fun/imagesearch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/fun/imagesearch.js b/src/commands/fun/imagesearch.js index 24e4f4a..954a80d 100644 --- a/src/commands/fun/imagesearch.js +++ b/src/commands/fun/imagesearch.js @@ -49,6 +49,7 @@ module.exports = { var queryString = stringify({ "category_images": "", "format": "json", + "engines": "goi", "q": query });