A Node.js based application to check if mods become hidden (or deleted) and sends a Discord based webhook message about the newly affected mod.
Use the package manager npm or yarn
npm install
or
yarn install
Rename example.config.json
file to config.json
and edit the values then run one of the following commands (depending on if you use npm or yarn)
npm run start
or
yarn start