From 32ac4018e7f126bcd7c7050329a3439c8c7354d6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 10 Nov 2024 12:36:55 -0500 Subject: [PATCH] The dum dum --- commands/search/anime.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/search/anime.js b/commands/search/anime.js index a72b05c2..882ee97a 100644 --- a/commands/search/anime.js +++ b/commands/search/anime.js @@ -139,6 +139,7 @@ module.exports = class AnimeCommand extends Command { async search(query) { const { body } = await request .post('https://graphql.anilist.co/') + .set({ referer: 'nick is dum dum' }) .send({ variables: { search: query, @@ -153,6 +154,7 @@ module.exports = class AnimeCommand extends Command { async fetchAnime(id) { const { body } = await request .post('https://graphql.anilist.co/') + .set({ referer: 'nick is dum dum' }) .send({ variables: { id, @@ -177,6 +179,7 @@ module.exports = class AnimeCommand extends Command { if (this.personalList) return this.personalList; const { body } = await request .post('https://graphql.anilist.co/') + .set({ referer: 'nick is dum dum' }) .send({ variables: { name: ANILIST_USERNAME,