So… how would I add the bottom text to my embed discord webhook, I’ve got the rest but I’m stuck on how to do this: (highlighted in red)
That’s an embed footer, which is separate to the fields table. Check out the following page and find “Embed Objects” to see the acceptable parameters when constructing an embed object:
The footer is a separate item as you’ll be able to see. In whatever way you’re currently writing out the fields, you’ll be writing it the same way for the footer. For the footer’s structure, check here:
So for example:
"fields": {
},
"footer": {
"text": "something"
}
You can use this tool to help you check or make the JSON structure of an embed: