Skip to content

Commit

Permalink
Version 2.10.6 (read commit description)
Browse files Browse the repository at this point in the history
Fixed restart function not correctly unloading old session leading to crashes (#94). Fixed bot not relogging after connection loss that wasn't NoConnection (#95). Updater will now announce waiting for active comment process to finish when triggering update using the !update cmd. Added delays to unfriend & leavegroup calls. Comment log message will now specifiy comment number (x out of x). Updated dependencies. Minor other changes.
  • Loading branch information
3urobeat committed May 16, 2021
1 parent fafad59 commit 560e130
Show file tree
Hide file tree
Showing 9 changed files with 218 additions and 164 deletions.
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"skipSteamGuard": false,
"commentcooldown": 5,
"globalcommentcooldown": 10,
"repeatedComments": 2,
"maxComments": 0,
"maxOwnerComments": 0,
"randomizeAccounts": false,
Expand Down
160 changes: 70 additions & 90 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"description": "Request multiple steam profile comments by texting a bot network!",
"main": "start.js",
"dependencies": {
"@yetzt/nedb": "^1.8.0",
"express": "^4.17.1",
"htmlparser2": "^4.1.0",
"https": "^1.0.0",
"nedb": "^1.8.0",
"steam-user": "^4.19.3",
"steam-user": "^4.19.7",
"steamcommunity": "^3.42.0"
},
"devDependencies": {},
"scripts": {
"start": "node start.js"
},
Expand All @@ -22,4 +21,4 @@
},
"homepage": "https://github.com/HerrEurobeat",
"repository": "https://github.com/HerrEurobeat/steam-comment-service-bot"
}
}
Loading

0 comments on commit 560e130

Please sign in to comment.