Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 848 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 848 Bytes

RoWifi - The 2nd Gen Roblox-Discord Verification Bot

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.

What you need to run this

  • Rust (nightly channel)
  • Docker
  • Redis
  • PostgreSQL

How to run this

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