This commit is contained in:
Dragon Fire
2021-04-30 21:50:15 -04:00
parent 060d26cfdb
commit 467b4ac142
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = class AnimeScoreCommand extends Command {
async run(msg) {
try {
const data = await this.getRandomAnime(msg.channel.nsfw);
const anime = await this.getRandomAnime(msg.channel.nsfw);
const embed = new MessageEmbed()
.setColor(0x02A9FF)
.setAuthor('AniList', 'https://i.imgur.com/iUIRC7v.png', 'https://anilist.co/')