All other birthday bots are either barely working or ask money for stupid features. I got tired of it so I made my own.
docker run realmlist/birthdaybot:latest
-e DOTNET_RUNNING_IN_CONTAINER=true
-e SQLSERVER=localhost
-e PORT=3306
-e USER=dbuser
-e PASSWORD=password
-e DATABASE=dbname
-e TOKEN=discordbottoken
version: '3.3'
services:
birthdaybot:
environment:
- SQLSERVER=<MariaDB/MySQLhost>
- PORT=3306
- USER=<dbuser>
- PASSWORD=<password>
- DATABASE=<dbname>
- TOKEN=<discordbottoken>
- DOTNET_RUNNING_IN_CONTAINER=true
image: 'realmlist/birthdaybot:latest'