change embed type to warning

This commit is contained in:
bignutty 2024-09-04 23:47:26 +02:00
parent e430254ffa
commit a01defb1b0
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ module.exports = {
let search = await reverseImageSearch(context, attachment)
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) {