|
|
|
@ -65,7 +65,7 @@ class manga 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('~! ', '').replaceAll(/<[^>]*>/g, '').substring(0, 1500) + "...")
|
|
|
|
|
.setDescription(data.description.replaceAll('~!', '').replaceAll('!~', '').replaceAll(/<[^>]*>/g, '').substring(0, 1500) + "...")
|
|
|
|
|
.setFooter({ text: 'Rem-Chan on', iconURL: 'https://i.imgur.com/g6FSNhL.png' })
|
|
|
|
|
.addFields({name:'Page', value:data.url, inline:true})
|
|
|
|
|
.setImage(data.coverImage)
|
|
|
|
|