About this project
Discord-Birthday-Bot Allowed commands /TodayBirthday returns all the people's names who have their birthday today. /NextBirthday returns the first birthday starting from tomorrow. /BirthdaysIn {date} returns the names of all the people who have their birthday in the specified date. /WhenIsMyBirthday {name} returns the birthday of a specific person. Provided Assets: db.json Here is an example of the db.json file: { "0": { "name": "Kathleen Stigall", "bday": "08/30/2001" }, "1": { "name": "Jacqueline Doles", "bday": "12/11/1998" }, "2": { "name": "Cody Brandt", "bday": "08/29/1999" }, "3": { "name": "Barry Jones", "bday": "07/13/2001" }, } Documentation: DiscordPy: https://discordpy.readthedocs.io/en/stable/
From the project README on
GitHub
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/discord-birthday-bot)