This discord bot automates things for me on one of my pcs.
Right now it can start, stop, and get the status of a Satisfactory server created via docker-compose.
- install node v18+, preferably via nvm
- clone the repo and cd into it
npm i- create a
.envbased on.env.defaultand fill in the values - if you have
pm2,npm run start-pm2. otherwisenpm start
Please format the code on save using prettier (npm i -g prettier + the vscode extension)
I don't know why you'd contribute to this though