From b8e580f114dbf7ceb2354dcf069ae5fc0e13ae32 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Mar 2024 17:39:15 -0400 Subject: [PATCH] Fix --- commands/random-img/xiao.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random-img/xiao.js b/commands/random-img/xiao.js index eb8665b3..6cfa79fe 100644 --- a/commands/random-img/xiao.js +++ b/commands/random-img/xiao.js @@ -57,7 +57,7 @@ module.exports = class XiaoCommand extends Command { } async sauceNao(img) { - const { body } = await request.get('https://saucenao.com/search.php') + const { body } = await request.post('https://saucenao.com/search.php') .query({ api_key: SAUCENAO_KEY, db: 999,