Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "content": "This is called __**content field**__. Anything you add here will show up **above** the embed",
- "embeds": [
- {
- "title": "Paginator | 1st Embed Title",
- "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.",
- "fields": [
- {"name": "Field One",
- "value": "This field will be inline.",
- "inline": true},
- {"name": "Field Two",
- "value": "This field will also be inline.",
- "inline": true}]
- },
- {
- "title": "Title of the 2nd Embed",
- "description": "Did you know you can add more embeds into the paginator? Yes! That is correct, you can add more than one embed into `paginator`.\n\n This embed includes a few **more** components of JSON.\n> - __**URL**__ \n> - __**Footer**__ \n (URL - The clickable blue text up top, Footer - The bottom text) \n\n And this is how it will look.\n Looks **Nice** right! 🥰",
- "url": "https://pastebin.com/DiuFREBW",
- "footer": {
- "text": "Footer text",
- "icon_url": "https://link.to/some/image.png"}
- },
- {
- "title": "3rd Embed | Paginator Guide",
- "description": "Paginator lets you pagify the pages you add to it's config.\n First create a `group` with `<p>paginator create`, then add pages to that group via `<p>paginator addpage`.\n> - You have two options to add pages.\n> - JSON\n> - YAML. \n\n **Important Points**\n> - With paginator you can post up to **10 embeds** (yes that's right) in a single message.\n**Embed limits**\n> - Embed `titles` are limited to 256 characters.\n> - Embed `descriptions` are limited to **4096 characters**.\n> - There can be up to `25 fields`\n> - A `field's name` is limited to **256 characters** and its `value` to **1024 characters**.\n> - The `footer text` is limited to **2048 characters**.\n> - The `author name` is limited to **256 characters**.\n ⚠️ `NOTE` - The __**sum of all characters**__ from **all embed** structures in a message must not exceed `6000 characters`."
- },
- {
- "author": {
- "name": "Author Field",
- "icon_url": "https://link.to/some/cool_image.png"},
- "title": "4th Embed | An Embed Example",
- "description": "This embed shows various text formatting, which you can include to make your embed **stand out**.\n> Embed does support all the formatting there is that Discord supports. **Example** as follows. \nTo make a new line use a backslash before `n` - \\n. \n\n**Basic Text Formatting** \n> - `**Bold**` - **Bold**. `__Underline__` - __Underline__. `*Italics*` - *Italic*. `***Bold Italic***` - ***Bold Italic***. `~~Strikethrough~~` - ~~Strikethrough~~.\n`NOTE`: You can of course combine all of them ^ into a single sentence. \n\n **Header**\n> - To make headers, use `#` for a big header, `##` for a smaller one, or `###` for an even smaller header at the __**start**__ of a new line.\n This will show up as 👇\n# Biggest \n## Bigger and \n### Big.\n--------------------------\n\n **Making List**: \n> - Bulleted lists can be created using either (\\-) or (\\*) at the __**start**__ of each line.\n\n**Hyperlink**\n> - Hyperlink can be done as `[Hyperlink or Masked link](https://some/link.com)` - [Hyperlink or Masked link](https://pastebin.com/DiuFREBW) like so.\n\n **Code Block**\n> - For a single-line code block, enclose your text in backticks (\\`). To create a multi-line code block, use triple backticks (\\`\\`\\`) to encapsulate your text. \nFor instance, to display a beautifully written haiku:```\nThis beautifully\ncrafted haiku whispers soft,\nnature's pure essence.``` \n**Block Quotes** \n> - To create a block quote, begin a line with (>) for a single block quote. For multiple lines within a single block quote, start with (>>>) before the first line. \n\n**Emojis**:\n> - Default ones like 1\ufe0f\u20e3 or 2\ufe0f\u20e3 should work normally.\n> - For custom emoji, put a `reverse slash` or, a `backslash` in front of the emoji like so: `\\:custom_emote:` You should see something like this show up: `<:custom_emote:123456789012345678>`.",
- "url": "https://url.com",
- "color": 65014
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement