here is the code I tried
{
"content": ":loudspeaker: <@&864944574610538517> **Nouvel %type% sur le site!** ",
"embeds": [
{
"author": {
"name": "%author%",
"url": "%author_url%",
"icon_url": "%gravatar%"
},
"title": "%title%",
"description": "%excerpt%",
"url": "%link%",
"thumbnail": {
"url": "%thumbnail%"
}
}
]
}
When registered, the <@&864944574610538517> disapear
With this one, doesn’t work
{
"content": ":loudspeaker: @&864944574610538517 **Nouvel %type% sur le site!** ",
"embeds": [
{
"author": {
"name": "%author%",
"url": "%author_url%",
"icon_url": "%gravatar%"
},
"title": "%title%",
"description": "%excerpt%",
"url": "%link%",
"thumbnail": {
"url": "%thumbnail%"
}
}
]
}
maybe I did something wrong.. is there a solution ? Thx