Discord bot that allows users to track specific Corrupted Zones in Project Diablo 2 to be notified when they begin.
git clone https://github.com/coleestrin/pd2-cz-tracker
cd pd2-cz-tracker
npm install
cp .env.example .env
# Edit .env with your Discord bot token and channel IDs
npm run build
# One time setup scripts to setup roles and role select menus
node dist/scripts/createRoles.js
node dist/scripts/setupRoleMenus.js
npm start