Highly customizable bot written in Rust to make your Discord server's integration with your Roblox's group extremely flexible.
STILL UNDER DEVELOPMENT
This is version 4 of RoWifi. It is being rewritten from scratch to follow best software development practices and stuff I've learned over the last few years.
- Rust (nightly channel)
- Docker
- Redis
- PostgreSQL
You will find a list of environment variables to set in here. You will also need the Guild Members Intent found on the Discord Developers Dashboard.
If you're running this locally, you can just do
cargo run # to run a development build
# or
cargo run --release # to run a release build