discord timezone and birthday bot
- Rust 100%
| migrations | guild settings functions | |
| src | update dead timezone website link | |
| .env.example | clean up | |
| .gitignore | clean up | |
| Cargo.lock | maybe fix bug with many celebrations | |
| Cargo.toml | working naive birthday impl | |
| LICENSE | clean up | |
| README.md | global register command for owners | |
guardian of time
a discord bot to manage both timezones and birthdays in one package
why
Because existing time solutions, such as friend time, have annoying features (clock reacts) and existing birthday solutions, like mee6, use a whatever timezone to set the birthday role and make the birthday message. therefore, a strong case is made in favor of a timezone-aware birthday bot. this bot also allows a user to set their timezone/birthday info once and then access it in any server.
how
edit .env.example to set dtoken to your discord bot's token, move it to .env, export the variables contained within.
run sqlx db create and sqlx migrate run to set up the database
then cargo run to run the bot