Advertisement
azcraze

Paginator test 1

Mar 28th, 2024
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. {
  2. "content": "This is called __**content field**__. Anything you add here will show up **above** the embed",
  3. "embeds": [
  4. {
  5. "title": "Paginator | 1st Embed Title",
  6. "description": "Embed Description.\nThis embed contains **a few** components. Let's see what are they!\n- To make a new line use a backslash before `n` - \\n. \n\n They are called `Fields` - Yes you can do wonders with fields.",
  7. "fields": [
  8. {"name": "Field One",
  9. "value": "This field will be inline.",
  10. "inline": true},
  11. {"name": "Field Two",
  12. "value": "This field will also be inline.",
  13. "inline": true}]
  14. }
  15. ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement