Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/exts/holidays/holidayreact.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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)\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"]),
Expand Down