Skip to content

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

Notifications You must be signed in to change notification settings

asimonson1125/HvZ-Bot

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published