Hi, i have this:
client.on("message", (message) => {
if (message.content.startsWith ('-lis ')) {
var p1 = message.content.replace("-lis ", "")
const embed = {
"title": "<:Lis:404390869576450048> Life Is Strange",
"color": 14396413,
"fields": [
{
"name": p1 + '´ information',
"value": "[**Click here to open the character' profile**](http://pt-br.life-is-strange.wikia.com/wiki/" + p1 + ')',
"inline": true
}
]
}
message.channel.send({embed});
}
});
It send's this:

I want the bot send all character's name but on link just the 1st name, like that:

__The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.__
Most helpful comment
__The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.__