From 23ad13fa853e148f72cb13a73fa9fa1d6b6b0dba Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 5 Sep 2024 10:29:22 +0000 Subject: [PATCH] shortcodes "::" fix --- src/constants.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 3b60501..16a3eef 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -44,13 +44,13 @@ export const LANDING_PAGE_DATA = { export const REACTIONS = { positive: { emojis: ['+', '❤️', '💙', '💖', '💚','⭐', '🚀', '🫂', '🎉', '🥳', '🎊', '👍', '💪', '😎'], - shortCodes: [':red_heart:', ':blue_heart:', 'sparkling_heart', 'green_heart', 'star', 'rocket', 'people_hugging', 'party_popper', - 'tada', 'partying_face', 'confetti_ball', 'thumbs_up', '+1', 'thumbsup', 'thumbup', 'flexed_biceps', 'muscle'] + shortCodes: [':red_heart:', ':blue_heart:', ':sparkling_heart:', ':green_heart:', ':star:', ':rocket:', ':people_hugging:', ':party_popper:', + ':tada:', ':partying_face:', ':confetti_ball:', ':thumbs_up:', ':+1:', ':thumbsup:', ':thumbup:', ':flexed_biceps:', ':muscle:'] }, negative: { emojis: ['-', '💩', '💔', '👎', '😠', '😞', '🤬', '🤢', '🤮', '🖕', '😡', '💢', '😠', '💀'], - shortCodes: ['poop', 'shit', 'poo', 'hankey', 'pile_of_poo', 'broken_heart', 'thumbsdown', 'thumbdown', 'nauseated_face', 'sick', - 'face_vomiting', 'vomiting_face', 'face_with_open_mouth_vomiting', 'middle_finger', 'rage', 'anger', 'anger_symbol', 'angry_face', 'angry', - 'smiling_face_with_sunglasses', 'sunglasses', 'skull', 'skeleton'] + shortCodes: [':poop:', ':shit:', ':poo:', ':hankey:', ':pile_of_poo:', ':broken_heart:', ':thumbsdown:', ':thumbdown:', ':nauseated_face:', ':sick:', + ':face_vomiting:', ':vomiting_face:', ':face_with_open_mouth_vomiting:', ':middle_finger:', ':rage:', ':anger:', ':anger_symbol:', ':angry_face:', ':angry:', + ':smiling_face_with_sunglasses:', ':sunglasses:', ':skull:', ':skeleton:'] } }