Skip to content

Commit 85771ca

Browse files
ibirothewookie184
andauthored
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]>
1 parent 1532382 commit 85771ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/holidays/holidayreact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Holiday(NamedTuple):
8383
}
8484
)
8585
Christmas = Holiday([Month.DECEMBER], {
86-
"christmas tree": Trigger(r"\b((christ|x)mas|tree)\b", ["\U0001F384"]),
86+
"christmas tree": Trigger(r"\b(christ|x)mas\b", ["\U0001F384"]),
8787
"reindeer": Trigger(r"\b(reindeer|caribou|buck|stag)\b", ["\U0001F98C"]),
8888
"santa": Trigger(r"\bsanta\b", ["\U0001F385"]),
8989
"snowflake": Trigger(r"\b(snow ?)?flake(?! ?8)\b", ["\u2744\uFE0F"]),

0 commit comments

Comments
 (0)