Remove commands that no longer work, fix others

This commit is contained in:
Daniel Odendahl Jr
2019-01-31 20:02:34 +00:00
parent 649cf16709
commit 69c1b4d2cf
12 changed files with 12 additions and 139 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = class AnimeCommand extends Command {
.setAuthor('AniList', 'https://i.imgur.com/iUIRC7v.png', 'https://anilist.co/')
.setURL(`https://anilist.co/anime/${anime.id}`)
.setThumbnail(anime.coverImage.large || null)
.setTitle(anime.title.userPreferred)
.setTitle(anime.title.english || anime.title.userPreferred)
.setDescription(anime.description ? shorten(anime.description.replace(/(<br>)+/g, '\n')) : 'No description.')
.addField(' Status', anime.status, true)
.addField(' Episodes', anime.episodes, true)