Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
2.0.0.2 Release
Browse files Browse the repository at this point in the history
- Fixed 2FA not working while using direct login.
- Fixed "Unauthorized missing authorization token" after Login, caused by twitch-session.json being read before it was created.
- Fixed Channel being showed as offline, when bot changes to a new game, even if the channel was online.
- Fixed the Claimed Drops matching again, causing Drops like rocket league being showed as claimed even if they weren't (Thanks to Диман-Флейзер#6005 for helping)

- Changed Error behaviour, Bot now doesn't close instantly on error.

- Added Retries, Bot now retries 3 times with a delay of 30 seconds in between, if a request fails
- Added npm installation guide to readme
  • Loading branch information
Zaarrg committed Mar 24, 2022
1 parent 3b2bd8a commit 01a8936
Show file tree
Hide file tree
Showing 20 changed files with 126 additions and 68 deletions.
32 changes: 29 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@zaarrg/twitch-gql-ttvdropbot": "^1.4.5",
"@zaarrg/twitch-gql-ttvdropbot": "github:zaarrg/twitch-gql-ttvdropbot",
"axios": "^0.26.0",
"axios-retry": "^3.2.4",
"chalk": "^4.1.2",
"chrome-paths": "^1.0.1",
"inquirer": "^8.2.0",
Expand Down
Loading

0 comments on commit 01a8936

Please sign in to comment.