├── .gitignore ├── LICENSE ├── README.md ├── index.js ├── package.json └── settings.json.example /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/package.json -------------------------------------------------------------------------------- /settings.json.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecs297/discord-testflight-watcher/HEAD/settings.json.example --------------------------------------------------------------------------------