Skip to content

v4.3.0

Compare
Choose a tag to compare
@idinium96 idinium96 released this 13 Jul 16:49
· 1888 commits to master since this release
5b30c96

#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.

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)
  • ⛔ 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 to false (#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.