Discord bot to handle Rochester Institute of Technology's Humans vs Zombies games
Link discord accounts to players in the game and view their status
example players not affiliated with project or devs
create scoreboards that automatically update every 15 minutes (Also updates user roles on this interval!)
Clone repository:
git clone https://github.com/asimonson1125/HvZ-Bot
Install dependencies:
npm install
Create auth.js
with template:
export const token = "BOT_TOKEN";
export const SQLUser = "USER";
export const SQLPass = "PASSWORD";
All done!
Run: node index.js