A bot to browse the VES Mega Music Mess!
- Clone the repository:
git clone https://github.com/obfuscatedgenerated/MegaMessBot.git
- Install the dependencies:
npm i
- Build the bot:
npm run build
- Configure the bot by copying the .env.template file to .env and filling in the values.
- Run the bot:
npm start
, or run it as a PM2 service:npm run service