Skip to content

Commit 44e871a

Browse files
tables
1 parent e3cd377 commit 44e871a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

discord/developers/docs/reference.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -267,21 +267,21 @@ Discord utilizes a subset of markdown for rendering message content on its clien
267267
<ManualAnchor id="message-formatting-formats" />
268268
**Formats**
269269
270-
| Type | Structure | Example |
271-
|--------------------------------------|------------------------------------------|--------------------------------------|
272-
| User | `<@USER_ID>` | `<@80351110224678912>` |
273-
| User * | `<@!USER_ID>` | `<@!80351110224678912>` |
274-
| Channel | `<#CHANNEL_ID>` | `<#103735883630395392>` |
275-
| Role | `<@&ROLE_ID>` | `<@&165511591545143296>` |
276-
| Slash command | `</NAME:COMMAND_ID>` | `</airhorn:816437322781949972>` |
277-
| Slash command with subcommand | `</NAME SUBCOMMAND:ID>` | `</foo bar:123456789012345678>` |
278-
| Slash command with subcommand group | `</NAME SUBCOMMAND_GROUP SUBCOMMAND:ID>` | `</foo group bar:123456789012345678>`|
279-
| Standard emoji | Unicode characters | 🪴 |
280-
| Custom emoji | `<:NAME:ID>` | `<:mmLol:216154654256398347>` |
281-
| Animated custom emoji | `<a:NAME:ID>` | `<a:b1nzy:392938283556143104>` |
282-
| Unix timestamp | `<t:TIMESTAMP>` | `<t:1618953630>` |
283-
| Styled unix timestamp | `<t:TIMESTAMP:STYLE>` | `<t:1618953630:d>` |
284-
| Guild navigation | `<id:TYPE>` | See below |
270+
| Type | Structure | Example |
271+
|-------------------------------------|------------------------------------------|---------------------------------------|
272+
| User | `<@USER_ID>` | `<@80351110224678912>` |
273+
| User * | `<@!USER_ID>` | `<@!80351110224678912>` |
274+
| Channel | `<#CHANNEL_ID>` | `<#103735883630395392>` |
275+
| Role | `<@&ROLE_ID>` | `<@&165511591545143296>` |
276+
| Slash command | `</NAME:COMMAND_ID>` | `</airhorn:816437322781949972>` |
277+
| Slash command with subcommand | `</NAME SUBCOMMAND:ID>` | `</foo bar:123456789012345678>` |
278+
| Slash command with subcommand group | `</NAME SUBCOMMAND_GROUP SUBCOMMAND:ID>` | `</foo group bar:123456789012345678>` |
279+
| Standard emoji | Unicode characters | 🪴 |
280+
| Custom emoji | `<:NAME:ID>` | `<:mmLol:216154654256398347>` |
281+
| Animated custom emoji | `<a:NAME:ID>` | `<a:b1nzy:392938283556143104>` |
282+
| Unix timestamp | `<t:TIMESTAMP>` | `<t:1618953630>` |
283+
| Styled unix timestamp | `<t:TIMESTAMP:STYLE>` | `<t:1618953630:d>` |
284+
| Guild navigation | `<id:TYPE>` | See below |
285285
286286
287287
Using the markdown for users or roles will mention the target(s), and notify them depending on the sender's permissions as well as the value of the `allowed_mentions` field when creating a message.
@@ -312,13 +312,13 @@ Timestamps are expressed in **seconds** and display the given timestamp in the u
312312
313313
Guild navigation types link to the corresponding resource in the current server.
314314
315-
| Full Syntax | Linked Resource |
316-
|----------------------|----------------------------------------------------------------------------------------------------------------|
317-
| <id:customize> | Channel & Roles tab with [Onboarding prompts](/developers/docs/resources/guild#guild-onboarding-object) |
318-
| <id:browse> | Browse Channels tab |
319-
| <id:guide> | [Server Guide](https://support.discord.com/hc/en-us/articles/13497665141655) tab |
320-
| <id:linked-roles> | [Linked Roles](https://support.discord.com/hc/en-us/articles/10388356626711) tab |
321-
| <id:linked-roles:id> | Specific linked role, opening the connection modal on click (the second `id` is the role id) |
315+
| Full Syntax | Linked Resource |
316+
|----------------------|---------------------------------------------------------------------------------------------------------|
317+
| <id:customize> | Channel & Roles tab with [Onboarding prompts](/developers/docs/resources/guild#guild-onboarding-object) |
318+
| <id:browse> | Browse Channels tab |
319+
| <id:guide> | [Server Guide](https://support.discord.com/hc/en-us/articles/13497665141655) tab |
320+
| <id:linked-roles> | [Linked Roles](https://support.discord.com/hc/en-us/articles/10388356626711) tab |
321+
| <id:linked-roles:id> | Specific linked role, opening the connection modal on click (the second `id` is the role id) |
322322
323323
## Image Formatting
324324
@@ -545,9 +545,9 @@ For example:
545545
| bg | Bulgarian | български |
546546
| ru | Russian | Pусский |
547547
| uk | Ukrainian | Українська |
548-
| hi | Hindi | हिन्दी |
548+
| hi | Hindi | हिन्दी |
549549
| th | Thai | ไทย |
550550
| zh-CN | Chinese, China | 中文 |
551551
| ja | Japanese | 日本語 |
552552
| zh-TW | Chinese, Taiwan | 繁體中文 |
553-
| ko | Korean | 한국어 |
553+
| ko | Korean | 한국어 |

0 commit comments

Comments
 (0)