From 160858b716b7470b3937ae37ba81bffa50c89071 Mon Sep 17 00:00:00 2001 From: Devaansh Bhandari <107868772+brf153@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:39:25 +0530 Subject: [PATCH] chore: add large_blue_circle emoji (#5324) Signed-off-by: brf153 <153hsb@gmail.com> --- app/lib/methods/helpers/shortnameToUnicode/emojis.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/methods/helpers/shortnameToUnicode/emojis.ts b/app/lib/methods/helpers/shortnameToUnicode/emojis.ts index 6a8a63c3a..4d899d043 100644 --- a/app/lib/methods/helpers/shortnameToUnicode/emojis.ts +++ b/app/lib/methods/helpers/shortnameToUnicode/emojis.ts @@ -3699,6 +3699,7 @@ const emojis: { [key: string]: string } = { ':lacrosse:': '🥍', ':large_blue_diamond:': '🔷', ':large_orange_diamond:': '🔶', + ':large_blue_circle:': '🔵', ':last_quarter_moon:': '🌗', ':last_quarter_moon_with_face:': '🌜', ':satisfied:': '😆',