Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 562 Bytes

File metadata and controls

26 lines (18 loc) · 562 Bytes

Setup

  1. Clone the repository

    git clone https://github.com/PartMan7/PartBot.git
    cd PartBot
  2. Install dependencies

    npm install
  3. Setup environment variables

    Modify the .env file (which is automatically copied from .env.example). Usually you'll only have USE_PS=true; the other modules likely won't be used.

  4. Start the bot

    npm start

To connect to a localhost instance, modify @/ps/index.ts to have server: 'localhost:8000' and serverProtocol: 'ws'.