Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.31 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.31 KB

RIT Humans vz Zombies Bot

Discord bot to handle Rochester Institute of Technology's Humans vs Zombies games

Uses

Link discord accounts to players in the game and view their status

example players not affiliated with project or devs


Integrate with server-specific roles
Update user roles based on in-game data
create scoreboards that automatically update every 15 minutes (Also updates user roles on this interval!)


Install

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