diff --git a/bot/exts/holidays/holidayreact.py b/bot/exts/holidays/holidayreact.py index ef44115a2f..9564b318ea 100644 --- a/bot/exts/holidays/holidayreact.py +++ b/bot/exts/holidays/holidayreact.py @@ -61,7 +61,7 @@ class Holiday(NamedTuple): } ) Christmas = Holiday([Month.DECEMBER], { - "christmas tree": Trigger(r"\b((christ|x)mas|tree)\b", ["\U0001F384"]), + "christmas tree": Trigger(r"\b(christ|x)mas\s?(tree(s)?)?\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"]),