From 963734a7c1c756e80fb8990c058c6e8983532e6b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 10 Nov 2024 13:11:57 -0500 Subject: [PATCH] Update anime-airing.js --- commands/events/anime-airing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/events/anime-airing.js b/commands/events/anime-airing.js index abbcc2ef..db80e48a 100644 --- a/commands/events/anime-airing.js +++ b/commands/events/anime-airing.js @@ -57,6 +57,7 @@ module.exports = class AnimeAiringCommand extends Command { async getList() { const { body } = await request .post('https://graphql.anilist.co/') + .set({ referer: 'nick is dum dum' }) .send({ variables: { greater: Number.parseInt(today(9).getTime() / 1000, 10),