- make sure you have the latest Long Term Support version of Node.js installed. https://nodejs.org/en/download/ (if this is not working, the experimental build should also work fine)
- run
npm install
in root directory (w/o the backticks) - make sure the .env file (will be sent separately) is named ".env"
- run start.bat or
npx ts-node-dev --respawn bot.ts
in the root directory