Skip to content

Commit a0717fa

Browse files
committed
Version 2.16.3
1 parent 1584e8f commit a0717fa

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# WARN: Needs to be built in fresh checked out branch! Otherwise accounts.txt and other configuration files are included as is!
12
# Local build: "DOCKER_BUILDKIT=1 docker build --progress=plain -t steam-comment-service-bot ."
23
# Requires BuildKit! https://docs.docker.com/build/buildkit
3-
# Start: "docker run -p 4000:4000 -v <destination path>:/usr/src/steam-comment-service-bot steam-comment-service-bot"
4+
5+
# Start: "docker run -p 4000:4000 -v <destination path>:/usr/src/steam-comment-service-bot 3urobeat/steam-comment-service-bot"
46

57
FROM node:lts-alpine
68

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "steam-comment-service-bot",
3-
"version": "2.16.2",
3+
"version": "2.16.3",
44
"description": "The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support",
55
"main": "start.js",
66
"dependencies": {

src/data/data.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"version": "21602",
3-
"versionstr": "2.16.2",
4-
"branch": "beta-testing",
2+
"version": "21603",
3+
"versionstr": "2.16.3",
4+
"branch": "master",
55
"filetostart": "./src/starter.js",
6-
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/starter.js",
6+
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/master/src/starter.js",
77
"mestr": "3urobeat",
88
"aboutstr": "This bot was created by 3urobeat.\nGitHub: https://github.com/3urobeat/steam-comment-service-bot \nSteam: https://steamcommunity.com/id/3urobeat \nIf you like my work, any donation would be appreciated! https://github.com/sponsors/3urobeat",
99
"firststart": true,
1010
"compatibilityfeaturedone": false,
11-
"whatsnew": "Bot will now decline friend requests/group invites when accepting is disabled in config instead of ignoring them. Fixed certain artworks failing to load, fixed some misc proxy parsing issues & minor other improvements.",
11+
"whatsnew": "Fixed retryFailedComments not working, fixed updater loosing some persistent files, various minor general improvements and updated dependencies.",
1212
"timesloggedin": 0,
1313
"totallogintime": 0
1414
}

0 commit comments

Comments
 (0)