From e7a45dc6ee8e408785a1c6719b278e19e3006e47 Mon Sep 17 00:00:00 2001 From: Adam Cameron Drummond <66436400+AdamDIOM@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:01:50 +0000 Subject: [PATCH 1/2] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index a69f032..4e24f7d 100644 --- a/main.py +++ b/main.py @@ -234,6 +234,7 @@ async def on_message(message): 'meow': [custom_map["meow_heart"]], 'sus': [custom_map["susblahaj"]], 'smart': [custom_map["blasmart"]], + 'wap': [default_map["cross"]], } for substr, reacts in fun_reacts.items(): From d1b2d00df4fc30404061fc83bfca8cc35de1ee5a Mon Sep 17 00:00:00 2001 From: Adam Cameron Drummond <66436400+AdamDIOM@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:05:29 +0000 Subject: [PATCH 2/2] Update emojis.py --- data/emojis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/data/emojis.py b/data/emojis.py index 6e1e496..6835292 100644 --- a/data/emojis.py +++ b/data/emojis.py @@ -47,6 +47,7 @@ "pizza": "\U0001f355", "expressionless": "\U0001F611", "pleading_face": "\U0001f97a", + "cross": "\U0000271D", } #TODO: find a way to automate getting the unicodes (web scraping?)