mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user