From f0c94a21b018a953614c8bbfea77b61bff2c1385 Mon Sep 17 00:00:00 2001 From: Avaray Date: Fri, 24 Jan 2025 14:43:48 +0100 Subject: [PATCH] updated link to twemoji The previous link is no longer valid, and there is no replacement available on x.com. Therefore, I have updated the reference to point to the GitHub repository. --- docs/Reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.mdx b/docs/Reference.mdx index 2b2eb65999..b8538aebb9 100644 --- a/docs/Reference.mdx +++ b/docs/Reference.mdx @@ -271,7 +271,7 @@ Discord utilizes a subset of markdown for rendering message content on its clien | Unix Timestamp (Styled) | `` | `` | | Guild Navigation | `` | `` | -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://twemoji.twitter.com/) for Desktop/Android and Apple's native emoji on iOS. +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/twitter/twemoji) for Desktop/Android and Apple's native emoji on iOS. Timestamps are expressed in seconds and display the given timestamp in the user's timezone and locale.