diff --git a/src/commands/fun/imagesearch.js b/src/commands/fun/imagesearch.js
index 954a80d..65b8736 100644
--- a/src/commands/fun/imagesearch.js
+++ b/src/commands/fun/imagesearch.js
@@ -67,7 +67,7 @@ module.exports = {
         .setColor("#cba6f7")
         .setImage(proxy(result.img_src))
         .setFooter({
-          text: result.engine
+          text: result.engines.join(", ")
         });
 
       if (description.length >= 1)