Skip to content

Commit

Permalink
Moved react emojis into holidays.py
Browse files Browse the repository at this point in the history
  • Loading branch information
49Indium committed Mar 7, 2024
1 parent 27d6f50 commit 71e7198
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions uqcsbot/holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71e7198

Please sign in to comment.