We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1532382 commit 85771caCopy full SHA for 85771ca
bot/exts/holidays/holidayreact.py
@@ -83,7 +83,7 @@ class Holiday(NamedTuple):
83
}
84
)
85
Christmas = Holiday([Month.DECEMBER], {
86
- "christmas tree": Trigger(r"\b((christ|x)mas|tree)\b", ["\U0001F384"]),
+ "christmas tree": Trigger(r"\b(christ|x)mas\b", ["\U0001F384"]),
87
"reindeer": Trigger(r"\b(reindeer|caribou|buck|stag)\b", ["\U0001F98C"]),
88
"santa": Trigger(r"\bsanta\b", ["\U0001F385"]),
89
"snowflake": Trigger(r"\b(snow ?)?flake(?! ?8)\b", ["\u2744\uFE0F"]),
0 commit comments