/BDO-Boss-Alerts

A Discord bot that sends notification messages when a boss in Black Desert Online spawns.

Primary LanguageJavaScript

BDO-Boss-Alerts

This repo contains all the code you need to make your Discord bot into a BDO Boss Alerter. All the data comes from scraping Urzas Archives. Without an official api for boss spawns, this app is bound to break in the future. If a proper api ever does come out, I can go back and update the project.

⚠️Currently Not Working⚠️

Due to urzasarchives being outdated, BDO Boss Alerts cannot scrape for boss data.

Example Message

ScreenShot

Setup Guide

Download the project and install Node.js: https://nodejs.org/en/


Create A Discord App: https://discordapp.com/developers/applications/me


Insert your App Bot User Token and desired text-channel-id in the config.json file


Go inside the project, through your terminal, and type:

npm install
node app.js

Your bot should be running and good to go!