aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ibirothe <[email protected]>2025-09-18 21:43:41 +0200
committerGravatar GitHub <[email protected]>2025-09-18 19:43:41 +0000
commit85771ca1f6b5ef01016ba3661553fad5216ebf70 (patch)
treeac04541733f69ab2fb44a9783df90747831db102
parentAdd rest of python facts from github suggestion thread (#1696) (diff)
Removing tree to trigger christmas reaction (#1698)
* Removing tree to trigger christmas reaction * Removal of outer parentheses as suggested Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
-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 336b2f84..08d6ca97 100644
--- a/bot/exts/holidays/holidayreact.py
+++ b/bot/exts/holidays/holidayreact.py
@@ -83,7 +83,7 @@ Hanukkah = Holiday([Month.NOVEMBER, Month.DECEMBER], {
}
)
Christmas = Holiday([Month.DECEMBER], {
- "christmas tree": Trigger(r"\b((christ|x)mas|tree)\b", ["\U0001F384"]),
+ "christmas tree": Trigger(r"\b(christ|x)mas\b", ["\U0001F384"]),
"reindeer": Trigger(r"\b(reindeer|caribou|buck|stag)\b", ["\U0001F98C"]),
"santa": Trigger(r"\bsanta\b", ["\U0001F385"]),
"snowflake": Trigger(r"\b(snow ?)?flake(?! ?8)\b", ["\u2744\uFE0F"]),