What does this do?
Every 3.5 minutes, all ride times will be grabbed and sent to a webhook
How to run?
git clone https://github.com/chunkbanned/ThorpeParkTimeAlerts.git
cd ThorpeParkTimeAlerts
npm install
Edit app.js with the webhook URL and the user pings (in the format <@discordid>)
node . OR run start.bat (windows only)