This commit is contained in:
Dragon Fire
2024-03-30 17:39:15 -04:00
parent 655bf39b03
commit b8e580f114
+1 -1
View File
@@ -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,