From 467b4ac142bd2840af44751205963de1ecc8490f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Apr 2021 21:50:15 -0400 Subject: [PATCH] Fix --- commands/games-sp/anime-score.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/anime-score.js b/commands/games-sp/anime-score.js index c40ff4fa..8e7ec4b0 100644 --- a/commands/games-sp/anime-score.js +++ b/commands/games-sp/anime-score.js @@ -45,7 +45,7 @@ module.exports = class AnimeScoreCommand extends Command { async run(msg) { try { - const data = await this.getRandomAnime(msg.channel.nsfw); + const anime = await this.getRandomAnime(msg.channel.nsfw); const embed = new MessageEmbed() .setColor(0x02A9FF) .setAuthor('AniList', 'https://i.imgur.com/iUIRC7v.png', 'https://anilist.co/')