Common issues
Last updated
Was this helpful?
Was this helpful?
https://discord.com/api/v10/channels/<CHANNEL_ID>/messages{
"content": "Test",
"embeds": [
{
"author": "My Name",
"url": "https://discord.js.org",
"fields": [
{
"name": "Regular field title",
"value": "Some value here"
}
],
"footer": {
"text": "Some footer text here",
"icon_url": "https://i.imgur.com/AfFp7pu.png"
}
}
]
}