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) {