This bot is a simple script that checks my personal service that broadcasts new closures and NOTAMS that happen at Starbase!
- Download Repository
- Install latest version of Node.JS
- Install package dependancies
- Intialize bot project on Discord
- Copy
.template.env
file and rename to.env
- Fill in information for the bots
- Run
node bot.js
- Download Repository
- Install Docker
- Run
docker build .
- Intialize bot project on Discord
- Copy
.template.env
file and rename to.env
- Fill in information for the bots
- Run
docker run --env-file .env bocabot
--
- Download Repository
- Install latest version of Node.JS
- Run
npm install
- Copy
.template.env
file and rename to.env
- Fill in the bot token and app id
- Run
node setup.js
This will create the slash commands for the bot. This may take up to an hour.
If you encounter any issues or need help, checkout the repo Issues tab...