Skip to content

Commit

Permalink
Version 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Feb 19, 2025
1 parent 463ebfd commit 7a4ec5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-comment-service-bot",
"version": "2.16.0",
"version": "2.16.1",
"description": "The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support",
"main": "start.js",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions src/data/data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "21600",
"versionstr": "2.16.0",
"branch": "beta-testing",
"version": "21601",
"versionstr": "2.16.1",
"branch": "master",
"filetostart": "./src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/master/src/starter.js",
"mestr": "3urobeat",
"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",
"firststart": true,
"compatibilityfeaturedone": false,
"whatsnew": "Added new commands !manage, !plugins, !stats. Added proxyFormat setting to advancedconfig, added support for detecting & unlocking family view, added official Docker support, reworked a bunch of systems, improved user experience and fixed bugs. Read the full changelog on Github!",
"whatsnew": "Fixed sharedfiles failing to load caused by dependency version mismatch. Fixed !comment calculating incorrect amount of bots needed when maxRequestAmount < accsAvailable and asking user to add empty list of accounts.",
"timesloggedin": 0,
"totallogintime": 0
}

0 comments on commit 7a4ec5f

Please sign in to comment.