├── .gitignore ├── LICENSE ├── README.md ├── config.json ├── package.json └── plugin.js /.gitignore: -------------------------------------------------------------------------------- 1 | steam-comment-bot-webserver-plugin.code-workspace 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/steam-comment-bot-webserver-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/steam-comment-bot-webserver-plugin/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/steam-comment-bot-webserver-plugin/HEAD/config.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/steam-comment-bot-webserver-plugin/HEAD/package.json -------------------------------------------------------------------------------- /plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/steam-comment-bot-webserver-plugin/HEAD/plugin.js --------------------------------------------------------------------------------