Skip to content

Commit

Permalink
oops, spelled that wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Nov 7, 2023
1 parent 413bb38 commit 8115456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/holiday.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def holidayTask(self):
newactivityname = "Happy New Year!"
elif now.month == 1 and now.day == 31:
newnick += " 🎉"
newactivityname = "Happy Birthday, Nicole!"
newactivityname = "Happy Birthday, Nichole!"
elif now.month == 2 and now.day == 14: # Valentine's Day (and AWK's birthday)
logger.info("Happy Valentine's Day!")
newnick += " 💗"
Expand Down

0 comments on commit 8115456

Please sign in to comment.