From fbe397ca50fc338609cafe5e3c039fd8f208a344 Mon Sep 17 00:00:00 2001 From: Thurisatic <99002593+thurisatic@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:28:01 -0500 Subject: Move Earth Day to April, where it belongs --- bot/exts/holidays/holidayreact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/holidays/holidayreact.py') diff --git a/bot/exts/holidays/holidayreact.py b/bot/exts/holidays/holidayreact.py index 2a1347e5..ee20b792 100644 --- a/bot/exts/holidays/holidayreact.py +++ b/bot/exts/holidays/holidayreact.py @@ -37,7 +37,7 @@ Easter = Holiday([Month.APRIL], { "egg": Trigger(r"\begg\b", ["\U0001F95A"]), } ) -EarthDay = Holiday([Month.FEBRUARY], { +EarthDay = Holiday([Month.APRIL], { "earth": Trigger(r"\b(earth|planet)\b", ["\U0001F30E", "\U0001F30D", "\U0001F30F"]), } ) -- cgit v1.2.3