diff --git a/commands/search/searchAnime.js b/commands/search/searchAnime.js index 90fb714..f650ce0 100644 --- a/commands/search/searchAnime.js +++ b/commands/search/searchAnime.js @@ -77,7 +77,7 @@ class anime extends Command{ .setTitle(`${data.title.romaji} (${data.title.native} / ${data.title.english})`) .setAuthor({name:"Rem-chan", iconURL:"https://i.imgur.com/g6FSNhL.png",url:'https://rem.wordfights.com/addtodiscord'}) .setColor(0x003284) - .setDescription(data.description.replaceAll('
',' ')) + .setDescription(data.description.replaceAll('
','').replaceAll('','').replaceAll('', '')) .setFooter({ text: 'Rem-Chan on', iconURL: 'https://i.imgur.com/g6FSNhL.png' }) .setImage(data.coverImage) .setThumbnail(data.coverImage)