Client and server for Balls Online Plus
- A Discord Channel
- A Discord Bot
- Node.js
- Clone the repo:
git clone https://github.com/dottych/BallsOnlinePlus
cd BallsOnlinePlus
- Rename .env.example to .env and insert your bot token, bot ID, admin password and ball ID key.
- Replace the default channel ID in channels.txt with your own bridge channel IDs for each line.
- Install dependencies:
npm i
Start Balls Online :
./run.sh
or
./run.cmd