A simple bot that grabs the status of Jailbreaks.app and presents it.
Invite Link, Support Discord, Jailbreaks.app Discord
How to Use
Approach One: Add bot to server (Recommended)
Follow this link.
Approach Two: Set up bot for personal use (Advanced)
- Create a Discord application and convert it to a bot
- Copy config-example.json to config.json in src/data/
- Copy the token from the Discord developer panel
- Paste it into config.json in src/data
- Edit all info that is necessary (token, devs, version, changelog, globalPrefix)
- Run
npm install -g yarn --force
- Run
yarn install
in the project root - Run
yarn dev
, make sure no errors are thrown - If everything works as expected, run
yarn start