Skip to main content

Embed an Discord

ohne Bild

mit minimalReqVersion 1 ohne imageUrl

{
"actionname": "EmbedDiscordAction",
"actiondisplayname": "EmbedDiscordAction",
"minimalReqVersion": 1,
"data": {
"title": "titel",
"description": "text hier",
"content": "",
"webhookUrl": "https://discordxxxxxxxxxx",
"color": "#ff0000"
}
}

mit Bild

"minimalReqVersion": 2 mit minimalReqVersion 2 mit imageUrl

{
"actionname": "EmbedDiscordAction",
"actiondisplayname": "EmbedDiscordAction",
"minimalReqVersion": 2,
"data": {
"title": "titel",
"description": "text hier",
"content": "",
"webhookUrl": "https://discordxxxxxxxxxx",
"imageUrl": "https://nmsr.nickac.dev/head/%system_playerInZoneUuid%",
"color": "#ff0000"
}
}