mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = class XiaoCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async sauceNao(img) {
|
async sauceNao(img) {
|
||||||
const { body } = await request.get('https://saucenao.com/search.php')
|
const { body } = await request.post('https://saucenao.com/search.php')
|
||||||
.query({
|
.query({
|
||||||
api_key: SAUCENAO_KEY,
|
api_key: SAUCENAO_KEY,
|
||||||
db: 999,
|
db: 999,
|
||||||
|
|||||||
Reference in New Issue
Block a user