1
Issues 0
Start typing to see a preview...
**bold**
bold
*italic*
italic
***bold italic***
bold italic
__underline__
underline
~~strikethrough~~
||spoiler||
Click to reveal hidden text
# Big Header
Big Header
## Medium Header
Medium Header
### Small Header
Small Header
-# Subtext
Small grey text
`inline code`
inline code
```code block```
Multi-line code with syntax highlighting
```js ... ```
Code block with language (js, py, css, etc.)
> single line quote
Block quote (single line)
>>> multi-line quote
Block quote (everything after)
- item
Unordered list item
1. item
Ordered list item
[text](url)
Clickable link with custom text
<url>
Link without embed preview
https://...
Auto-linked URL (shows embed)
<@user_id>
@User mention
<@&role_id>
@Role mention
<#channel_id>
#channel mention
<t:1234567890:R>
Relative timestamp (e.g. "2 hours ago")
<t:1234567890:F>
Full date + time
<t:timestamp:f>
Formats: t T d D f F R (short/long time/date)
:emoji_name:
Standard Discord emoji
<:name:id>
Custom emoji (static)
<a:name:id>
Custom emoji (animated)
.
Message separator — starts a new Discord message
..
Escaped dot — shows a literal period
.img:url
Image attachment
.embed:json
Rich embed (JSON on the following lines)
.tag:name
Tag / label for linking (metadata only)
.blank:
Send an empty message
.embed:json on its own line, then write the JSON object on the following lines. The bot will send it as a Discord embed.
"title"
Main heading at the top (max 256 chars)
"description"
Body text below the title — supports markdown (max 4096 chars)
"url"
Makes the title a clickable link
"color"
Sidebar colour as a decimal number (see colour table below)
"timestamp"
ISO 8601 date shown in footer — e.g. "2025-01-01T00:00:00Z"
"author"
Small text and icon above the title
.name
Small text above the title
.url
Makes the author name clickable
.icon_url
Small circular icon next to author name
"fields"
Array of field objects
.name
Field heading — bold (max 256 chars, required)
.value
Field content — supports markdown (max 1024 chars, required)
.inline
true = side by side (up to 3 per row), false = full width (default)
"thumbnail"
Small image in the top-right corner
"image"
Large image at the bottom of the embed
"footer"
Small text and icon at the bottom
.text
Small text at the bottom (max 2048 chars)
.icon_url
Small circular icon next to footer text
1515833215105570158443673066993344700310181046152776671677721528291055793266.embed:json
{
"title": "🐾 Paws of Fury 🐾",
"description": "*Bound by Fury – Together we Forge Unbreakable Bonds*\n\n**RS Homeworld: 68**\n\nStep into the wilds of RuneScape alongside one of the fiercest rs3 communities on the block!",
"color": 15158332,
"thumbnail": {
"url": "https://example.com/logo.png"
},
"fields": [
{
"name": "🎮 PvM",
"value": "Daily raids\nHM Vorago\nLearner-friendly",
"inline": true
},
{
"name": "🎉 Events",
"value": "Weekly competitions\nLore games\nCreative challenges",
"inline": true
},
{
"name": "🏰 Citadel",
"value": "Tier 5 and growing\nFree XP boost!",
"inline": true
}
],
"image": {
"url": "https://example.com/banner.png"
},
"footer": {
"text": "Paws of Fury • Est. 2024",
"icon_url": "https://example.com/logo.png"
}
}
┌──────────────────────────────────────────┐ │ ┃ [author icon] Author Name │ │ ┃ Title (clickable if url set) [thumb] │ │ ┃ Description text here... [nail] │ │ ┃ │ │ ┃ Field 1 (inline) Field 2 Field 3 │ │ ┃ value value value │ │ ┃ │ │ ┃ Field 4 (full width) │ │ ┃ value │ │ ┃ │ │ ┃ [ large image ] │ │ ┃ │ │ ┃ [footer icon] Footer text • timestamp │ └──────────────────────────────────────────┘ ┃ = colour sidebar