Discord birthday reminder bot.
Find a file
2020-04-03 20:26:42 -07:00
BackgroundServices First commit for C# rewrite 2020-04-02 11:38:26 -07:00
Data First commit for C# rewrite 2020-04-02 11:38:26 -07:00
UserInterface First commit for C# rewrite 2020-04-02 11:38:26 -07:00
.gitignore First commit for C# rewrite 2020-04-02 11:38:26 -07:00
BackgroundServiceRunner.cs Move background delay handling; improve background loop 2020-04-03 20:26:42 -07:00
BirthdayBot.cs Move background delay handling; improve background loop 2020-04-03 20:26:42 -07:00
BirthdayBot.csproj First commit for C# rewrite 2020-04-02 11:38:26 -07:00
BirthdayBot.sln First commit for C# rewrite 2020-04-02 11:38:26 -07:00
Common.cs First commit for C# rewrite 2020-04-02 11:38:26 -07:00
Configuration.cs First commit for C# rewrite 2020-04-02 11:38:26 -07:00
DiscordBots.md First commit for C# rewrite 2020-04-02 11:38:26 -07:00
License.txt First commit for C# rewrite 2020-04-02 11:38:26 -07:00
Program.cs First commit for C# rewrite 2020-04-02 11:38:26 -07:00
Readme.md First commit for C# rewrite 2020-04-02 11:38:26 -07:00

Birthday Bot

Recognize birthdays in your Discord community!

This bot will automatically add a role to users during their birthdays. If desired, it will also announce birthdays in a channel of your choosing. Time zones are supported per-server and per-user to ensure that birthdays and events are recognized at appropriate times.

For more information, see the DiscordBots.md file.