From 7f24531c7fb0b9c427a8b492258b052226aa009d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Mar 2020 20:52:32 -0400 Subject: [PATCH] Fix --- commands/search/manga.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/manga.js b/commands/search/manga.js index 4d8be34f..3d7867ab 100644 --- a/commands/search/manga.js +++ b/commands/search/manga.js @@ -106,7 +106,7 @@ module.exports = class MangaCommand extends Command { if (!this.personalList) await this.fetchPersonalList(); const entry = this.personalList.find(ma => ma.mediaId === id); const malScore = await this.fetchMALScore(manga.idMal); - const malURL = `https://myanimelist.net/manga/${anime.idMal}`; + const malURL = `https://myanimelist.net/manga/${manga.idMal}`; const embed = new MessageEmbed() .setColor(0x02A9FF) .setAuthor('AniList', 'https://i.imgur.com/iUIRC7v.png', 'https://anilist.co/')