From c4cdc58d6d306b51ec9331b728191485092a1619 Mon Sep 17 00:00:00 2001 From: BaileyLuu <50964948+BaileyLuu@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:08:12 -0400 Subject: [PATCH] add reactions add reactions for words, "passion, passionate, love, bruh" --- main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 92bb412..d9b28b4 100644 --- a/main.py +++ b/main.py @@ -233,6 +233,9 @@ async def on_message(message): 'kitty': [custom_map["meow_heart"]], 'meow': [custom_map["meow_heart"]], 'sus': [custom_map["susblahaj"]], + 'passion': [default_map["heart_on_fire"]], + 'passionate': [default_map["heart_on_fire"]], + 'love': [default_map["heart_on_fire"]], } for substr, reacts in fun_reacts.items(): @@ -252,7 +255,8 @@ async def on_message(message): 'sad': [custom_map["blahajcry"], custom_map["crii"]], 'alone': [custom_map["blahajcry"]], 'shush': [default_map["shushing_face"]], - 'lmao': [custom_map["LMAO"]] + 'lmao': [custom_map["LMAO"]], + 'bruh': [default_map["rolling_eyes"]], } for substr, reacts in emotion_reacts.items():