Discord bot send birthday message
问题 I have made a Discord bot and I want it to be able to check the current date, and if current date is any of the users birthday, then it'll tag them and say happy birthday. I have tried using Node.js' Date, like if(Date === "this or that") but that didn't seem to work. So what I need help with is: Checking the current date (like run a check each day or something) send a message at that current date I'll probably just hardcode all the birthdays in since we're not that many (I know that's not