Skip to content

All other birthday bots are either barely working or ask money for stupid features. I got tired of it so I made my own.

License

Notifications You must be signed in to change notification settings

Realmlist/BirthdayBot

Repository files navigation

BirthdayBot

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 Image CI

Docker Run:

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

Docker Compose:

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'

About

All other birthday bots are either barely working or ask money for stupid features. I got tired of it so I made my own.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published