mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Fix
This commit is contained in:
@@ -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/')
|
||||
|
||||
Reference in New Issue
Block a user