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?) 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():