This commit is contained in:
Dragon Fire
2020-03-21 20:52:32 -04:00
parent 6ea6349100
commit 7f24531c7f
+1 -1
View File
@@ -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/')