Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 561 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 561 Bytes

BallsOnlinePlus

Client and server for Balls Online Plus

Compilation Instructions

Prerequisites

  • A Discord Channel
  • A Discord Bot
  • Node.js
  1. Clone the repo:
git clone https://github.com/dottych/BallsOnlinePlus
cd BallsOnlinePlus
  1. Rename .env.example to .env and insert your bot token, bot ID, admin password and ball ID key.
  2. Replace the default channel ID in channels.txt with your own bridge channel IDs for each line.
  3. Install dependencies:
npm i

Start Balls Online :

./run.sh

or

./run.cmd