1
0
Fork
You've already forked guardianoftime
0
discord timezone and birthday bot
  • Rust 100%
2025年11月12日 18:20:46 -07:00
migrations guild settings functions 2023年01月30日 19:07:20 -07:00
src update dead timezone website link 2025年11月12日 18:20:46 -07:00
.env.example clean up 2023年01月23日 22:27:59 -07:00
.gitignore clean up 2023年01月23日 22:27:59 -07:00
Cargo.lock maybe fix bug with many celebrations 2024年12月03日 11:07:46 -07:00
Cargo.toml working naive birthday impl 2023年01月23日 21:31:58 -07:00
LICENSE clean up 2023年01月23日 22:27:59 -07:00
README.md global register command for owners 2023年02月25日 11:20:28 -07:00

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