aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/holidays')
-rw-r--r--bot/exts/holidays/holidayreact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/holidayreact.py b/bot/exts/holidays/holidayreact.py
index c3686fab..306cde53 100644
--- a/bot/exts/holidays/holidayreact.py
+++ b/bot/exts/holidays/holidayreact.py
@@ -29,7 +29,7 @@ class Holiday(NamedTuple):
Valentines = Holiday([Month.FEBRUARY], {
- "heart": Trigger(r"\b(love|heart)\b", ["\u2764\uFE0F"]),
+ "heart": Trigger(r"\b((l|w)(ove|uv)(s|lies?)?|hearts?)\b", ["\u2764\uFE0F"]),
}
)
Easter = Holiday([Month.APRIL], {