SkillAgentSearch skills...

BirthdayBot

Discord birthday reminder bot.

Install / Use

/learn @NoiTheCat/BirthdayBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Birthday Bot

An automated way to recognize birthdays in your community!

ko-fi

Documentation, help, resources

Running your own instance

You need:

  • .NET 10 (https://dotnet.microsoft.com/en-us/)
  • PostgreSQL (https://www.postgresql.org/)
  • A Discord bot token (https://discord.com/developers/applications)

Get your bot token and set up your database user and schema, then create a JSON file containing the following:

{
    "BotToken": "your bot token here",
    "SqlHost": "localhost", // optional
    "SqlDatabase": "birthdaybot", // optional
    "SqlUser": "birthdaybot", // required
    "SqlPassword": "birthdaybot" // required; no other authentication methods are currently supported
}

Then run the following commands:

$ dotnet restore
$ dotnet tool restore
$ dotnet ef database update -- -c path/to/config.json

And finally, to run the bot:

$ dotnet run -c Release -- -c path/to/config.json

Related Skills

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated18d ago
Forks15

Languages

C#

Security Score

90/100

Audited on Mar 8, 2026

No findings