This commit is contained in:
Dragon Fire
2021-06-09 22:17:28 -04:00
parent 43bbf79214
commit 9d40245696
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = class AnimeScoreCommand extends Command {
.setImage(anime.coverImage.large || anime.coverImage.medium || null)
.setTitle(anime.title.english || anime.title.romaji)
.setDescription(`_${anime.startDate.year}, ${formats[anime.format]}_`)
.setFooter(anime.id);
.setFooter(anime.id.toString());
await msg.reply('**You have 15 seconds, what score do you think this anime has?**', { embed });
const filter = res => {
if (res.author.id !== msg.author.id) return false;