You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the markdown for either users, roles, or channels will usually mention the target(s) accordingly, but this can be suppressed using the `allowed_mentions` parameter when creating a message. Standard emoji are currently rendered using [Twemoji](https://github.com/jdecked/twemoji) for Desktop/Android and Apple's native emoji on iOS.
285
286
286
-
Timestamps are expressed in seconds and display the given timestamp in the user's timezone and locale.
287
+
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.
288
+
Standard emoji are currently rendered using [Twemoji](https://github.com/jdecked/twemoji) for Desktop and Android while iOS devices use Apple's native emoji set.
287
289
288
-
\* User mentions with an exclamation mark are deprecated and should be handled like any other user mention.
290
+
Timestamps are expressed in **seconds** and display the given timestamp in the user's timezone and locale.
291
+
292
+
\* User mentions with an exclamation point are deprecated and should be handled like any other user mention.
289
293
290
-
\*\* Subcommands and subcommand groups can also be mentioned by using respectively `</NAME SUBCOMMAND:ID>` and `</NAME SUBCOMMAND_GROUP SUBCOMMAND:ID>`.
291
294
292
295
**Timestamp Styles**
293
296
@@ -301,25 +304,25 @@ Timestamps are expressed in seconds and display the given timestamp in the user'
301
304
| F | Tuesday, April 20, 2021 at 16:20 | Full Date, Short Time |
302
305
| s | 20/04/2021, 16:20 | Short Date, Short Time |
303
306
| S | 20/04/2021, 16:20:30 | Short Date, Medium Time |
304
-
| R | 2 months ago | Relative Time |
307
+
| R |4 years ago| Relative Time |
305
308
306
309
\*default
307
310
308
311
**Guild Navigation Types**
309
312
310
313
Guild navigation types link to the corresponding resource in the current server.
|<id:linked-roles:id>|Specific linked role, opening the connection modal on click (the second `id` is the role id)|
319
322
320
323
## Image Formatting
321
324
322
-
**Image Base Url**
325
+
**Image Base URL**
323
326
324
327
```bash
325
328
https://cdn.discordapp.com/
@@ -376,7 +379,7 @@ Discord uses ids and hashes to render images in the client. These hashes can be
376
379
\*\*\*\*\* For Custom Emoji, we highly recommend requesting emojis as WebP for maximum performance and compatibility. Emojis can be uploaded as JPEG, PNG, GIF, WebP, and AVIF formats. WebP and AVIF formats must be requested as WebP since they don't convert well to other formats. The Discord client uses WebP for all emojis displayed in-app. See the [Emoji Resource](/developers/docs/resources/emoji) page for more details.
377
380
378
381
<Info>
379
-
Sticker GIFs do not use the CDN base url, and can be accessed at `https://media.discordapp.net/stickers/<sticker_id>.gif`.
382
+
Sticker GIFs do not use the CDN base URL, and can be accessed at `https://media.discordapp.net/stickers/<sticker_id>.gif`.
0 commit comments