Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-07-13 | 1.7 kB | |
v4.3.0.tar.gz | 2021-07-13 | 417.3 kB | |
v4.3.0.zip | 2021-07-13 | 498.6 kB | |
Totals: 3 Items | 917.6 kB | 0 |
https://github.com/TF2Autobot/tf2autobot/pull/789
Urgent update
- β
added headers to all backpack.tf requests (#804)
- π¨ fix Cloudflare
error code 1020
that prevents your bot from start/restart and will make your bot always fail to check for banned status. - NOTE: backpack.tf is still unstable right now, so your bot might not be able to start/check for banned status/create listings/remove listings even after this update.
- π¨ fix Cloudflare
Updates
- π bumped dev dependencies
- π Custom pricer: only check if
customPricerUrl
is not empty (#790) - π¬ Steam Chat:
- β³ increased delay between messages on
!addbulk
/!updatebulk
/removebulk
/!getAll
/!find
/!ppu
from 2 to 3 seconds (#791) - π¨ fixed RateLimitExceed on
!(un)craftweapon
command (#793)
- β³ increased delay between messages on
- β prevent folding bulk operation (#792)
- β¨ added some more gift words (88a91b3)
- π‘ refactor handling offer review (#799)
- options.json changes: a41ca2a
Fixes
- π fixed bot crash when trying to counter an offer with items that no longer exist (because of traded away, or crafted) (#777) - @Preport
- π¨ fixed rateLimitExceeded on
!itemstats
command (#796) - π fixed missing high value on countered offer summary (#798)
- π fixed bot unable to attempt counteroffer if
manualReview.enable
is set tofalse
(#799)
Update your bot
Windows:
- run
git reset HEAD --hard && git pull --prune && rmdir /s /q node_modules dist && npm install && npm run build
- restart your bot.
Linux:
- run
git reset HEAD --hard && git pull --prune && rm -rf node_modules dist && npm install && npm run build
- restart your bot.