-
Clone the repository
git clone https://github.com/PartMan7/PartBot.git cd PartBot -
Install dependencies
npm install
-
Setup environment variables
Modify the
.envfile (which is automatically copied from.env.example). Usually you'll only haveUSE_PS=true; the other modules likely won't be used. -
Start the bot
npm start
To connect to a localhost instance, modify @/ps/index.ts to have server: 'localhost:8000' and serverProtocol: 'ws'.