mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
forgot one
This commit is contained in:
parent
a01defb1b0
commit
a125813207
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = {
|
||||||
let search = await reverseImageSearch(context, args.image.url);
|
let search = await reverseImageSearch(context, args.image.url);
|
||||||
search = search.response
|
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 = []
|
let pages = []
|
||||||
for (const res of search.body.results) {
|
for (const res of search.body.results) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue