From ba92d66ea4b9c44d3b7c426073cd8ebbbe2cbcf8 Mon Sep 17 00:00:00 2001 From: advaith Date: Fri, 24 Jan 2025 19:17:09 -0800 Subject: [PATCH] Update twemoji repo link --- docs/Reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.mdx b/docs/Reference.mdx index b8538aebb9..7ae4b0a941 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://github.com/twitter/twemoji) 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/jdecked/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.