From 79a7e31ec8c9fb5a363d5c0e55dcfac35eaf5953 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 10 Nov 2024 12:20:33 -0500 Subject: [PATCH] Nick is dum dum --- commands/search/anilist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/search/anilist.js b/commands/search/anilist.js index 6ceff384..be8c772c 100644 --- a/commands/search/anilist.js +++ b/commands/search/anilist.js @@ -49,6 +49,7 @@ module.exports = class AnilistCommand extends Command { async search(query) { const { body } = await request .post('https://graphql.anilist.co/') + .set({ Referer: 'nick is dum dum' }) .send({ variables: { name: query }, query: searchGraphQL