mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Fix Manga
This commit is contained in:
@@ -53,9 +53,9 @@ module.exports = class MangaCommand extends Command {
|
|||||||
.addField('Volumes / Chapters',
|
.addField('Volumes / Chapters',
|
||||||
`${manga.entry[0].volumes[0]} / ${manga.entry[0].chapters[0]}`, true)
|
`${manga.entry[0].volumes[0]} / ${manga.entry[0].chapters[0]}`, true)
|
||||||
.addField('Start Date',
|
.addField('Start Date',
|
||||||
moment(anime.entry[0].start_date[0]).format('MMMM Do YYYY'), true)
|
moment(manga.entry[0].start_date[0]).format('MMMM Do YYYY'), true)
|
||||||
.addField('End Date',
|
.addField('End Date',
|
||||||
moment(anime.entry[0].end_date[0]).format('MMMM Do YYYY'), true);
|
moment(manga.entry[0].end_date[0]).format('MMMM Do YYYY'), true);
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return msg.say('Error: No Results.');
|
return msg.say('Error: No Results.');
|
||||||
|
|||||||
Reference in New Issue
Block a user