Discord birthday reminder bot.
Find a file
Noi ddcde10e09 First commit for C# rewrite
All existing VB code was 'translated' to C# as closely as possible, with
minor changes and additional notes. Currently untested and likely
broken.
Further commits will go toward making overall improvements until this
version replaces the currently existing code.
2020-04-02 11:38:26 -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 First commit for C# rewrite 2020-04-02 11:38:26 -07:00
BirthdayBot.cs First commit for C# rewrite 2020-04-02 11:38:26 -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.