From 3f5829d812c2f9b092a152384c0608ba6efa59bd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Apr 2021 21:52:21 -0400 Subject: [PATCH] Fix --- commands/games-sp/anime-score.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/anime-score.js b/commands/games-sp/anime-score.js index 2eca2097..fd787c5c 100644 --- a/commands/games-sp/anime-score.js +++ b/commands/games-sp/anime-score.js @@ -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 });