diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/holidays/holidayreact.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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"]),      }  )  |