Iskaribot.js was built using Node 16.1.0 and NPM 7.24.0 so you should be safe if you have the same versions, others at your peril. Not really.
- Use
./node
as your working directory. - Install dependencies by running
npm install
- Add configuration data to the included
rename.env
file and rename the file to.env
. Optionally, and for production deployment, the configuration can be added as environment variables. - Run the bot with
npm start
which will run nodemon and listen for changes to the application...