Requirements: git, npm, node
- Clone the repo
git clone https://github.com/weebsquad/pyboat-deploy.git
Do not "download as zip", it will not work
- Copy config.js.example -> config.js
- Edit config.js and input the values
npm test
- Go to https://pylon.bot/
- Login to the site
- Open DevTools on your browser (Chrome is CTRL+SHIFT+I)
- Go to the "Console" tab
- Copy paste the following script to the console and hit enter:
console.log(`Your Pylon Token is: \n\n${localStorage.getItem('token')}\n\n`)
- Copy the output valuee
NOTES
This will only work if the deployment for the guild you input already exists, make sure to deploy anything to your server on the Pylon dashboard before using this script
Feel free to use this script to deploy other things.