This commit is contained in:
Dragon Fire
2021-04-30 21:52:21 -04:00
parent 8aa9ddd1d5
commit 3f5829d812
+1 -1
View File
@@ -50,7 +50,7 @@ module.exports = class AnimeScoreCommand extends Command {
const embed = new MessageEmbed()
.setColor(0x02A9FF)
.setAuthor('AniList', 'https://i.imgur.com/iUIRC7v.png', 'https://anilist.co/')
.setThumbnail(anime.coverImage.large || anime.coverImage.medium || null)
.setImage(anime.coverImage.large || anime.coverImage.medium || null)
.setTitle(anime.title.english || anime.title.romaji)
.setFooter(anime.id);
await msg.reply('**You have 15 seconds, what score do you think this anime has?**', { embed });