From f14bdd30e783e6f118cb82eb1ab269bc873d7d34 Mon Sep 17 00:00:00 2001 From: BaileyLuu <50964948+BaileyLuu@users.noreply.github.com> Date: Mon, 4 Oct 2021 14:49:38 -0400 Subject: [PATCH] add rollingEyes and heartOnFire emojis --- data/emojis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/emojis.py b/data/emojis.py index 4054557..74087b0 100644 --- a/data/emojis.py +++ b/data/emojis.py @@ -47,6 +47,8 @@ "pizza": "\U0001f355", "expressionless": "\U0001F611", "pleading_face": "\U0001f97a", + "rolling_eyes": "\U0001f644", + "heart_on_fire": "\u2764\u200D\U0001f525", } #TODO: find a way to automate getting the unicodes (web scraping?)