diff --git a/uqcsbot/holidays.py b/uqcsbot/holidays.py index e8a2f95..4ff5d4b 100644 --- a/uqcsbot/holidays.py +++ b/uqcsbot/holidays.py @@ -11,13 +11,21 @@ from zoneinfo import ZoneInfo from uqcsbot.bot import UQCSBot -from uqcsbot.utils.command_utils import HYPE_REACTS HOLIDAY_URL = "https://www.timeanddate.com/holidays/fun/" HOLIDAY_CSV_PATH = "uqcsbot/static/geek_holidays.csv" HOLIDAY_MESSAGE = "Today is {}!" GENERAL_CHANNEL = "general" - +HYPE_REACTS = [ + "blahaj", + "blobhajHeart", + "realheart", + "blobhajInnocent", + "keen", + "bigsippin", + "pog_of_greed", + "blobhajHearts", +] class Holiday: def __init__(self, date: datetime, description: str, url: str) -> None: