From eafb9a10bfc9fdd180e2e95d47f4b3db95cc15ec Mon Sep 17 00:00:00 2001 From: u7679057 <138226007+u7679057@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:16:58 +1100 Subject: [PATCH] added typst react --- src/reacts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reacts.ts b/src/reacts.ts index a945799..489000c 100644 --- a/src/reacts.ts +++ b/src/reacts.ts @@ -7,6 +7,7 @@ const REACTIONS: [RegExp, string][] = [ [/sharepoint/i, "1036132153026691082"], [/[ls]gtm/i, "962233144789049434"], [/cs(?:sa)?ball/i, "1221369746927386624"], + [/typst/i, "1222501775584788600"]. ]; export default function addReactionEvents(): void {