mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Nick is dum dum
This commit is contained in:
@@ -49,6 +49,7 @@ module.exports = class AnilistCommand extends Command {
|
|||||||
async search(query) {
|
async search(query) {
|
||||||
const { body } = await request
|
const { body } = await request
|
||||||
.post('https://graphql.anilist.co/')
|
.post('https://graphql.anilist.co/')
|
||||||
|
.set({ Referer: 'nick is dum dum' })
|
||||||
.send({
|
.send({
|
||||||
variables: { name: query },
|
variables: { name: query },
|
||||||
query: searchGraphQL
|
query: searchGraphQL
|
||||||
|
|||||||
Reference in New Issue
Block a user