From a1258132077f2e64a60e360d75f83e535bf97be0 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Wed, 4 Sep 2024 23:50:07 +0200 Subject: [PATCH] forgot one --- commands/interaction/slash/utils/reverse-image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/interaction/slash/utils/reverse-image.js b/commands/interaction/slash/utils/reverse-image.js index 6a45a32..be08718 100644 --- a/commands/interaction/slash/utils/reverse-image.js +++ b/commands/interaction/slash/utils/reverse-image.js @@ -63,7 +63,7 @@ module.exports = { let search = await reverseImageSearch(context, args.image.url); search = search.response - if (search.body.status == 2) return editOrReply(context, createEmbed("error", context, search.body.message)) + if (search.body.status == 2) return editOrReply(context, createEmbed("warning", context, search.body.message)) let pages = [] for (const res of search.body.results) {