Releases: TF2Autobot/tf2autobot
Releases · TF2Autobot/tf2autobot
v4.4.7
v4.4.6
v4.4.5
v4.4.4 - URGENT
Addition to the v4.4.3 update:
- ⛔ always decline an offer containing our side item(s) that has no selling price (#847)
- options.json: 8be0339
Update your bot
- from >= v4.4.2: Just
git pull --prune && npm run build
and restart the bot. - from <= v4.4.1: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
v4.4.3 - URGENT
- 🐛 fix an exploit introduced on v4.4.0/v4.4.1 update (#845)
Also, block these guys:
!block 76561199144356260
!block 76561199062005365
!block 76561198286103314
Update your bot
- from v4.4.2: Just
git pull --prune && npm run build
and restart the bot. - from <= v4.4.1: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
v4.4.2
v4.4.1
v4.4.0
Added Features
- 🆕 Support remove item attributes:
- ✨ added an option to show all craft/uncraft weapons (#821)
- ✨ added
!blockedList
command (#829) - ✨ added
!craftToken
command (#822)
Changes
- 🔂 Dynamically import
HttpManager
module (#809) - 🚮 ignore checking missing listings for disabled items (#826)
- options.json: bb540a6
Fixes
- 🐛 fixed false understocked review (#814)
- 🐛 fixed being able to bypass dupe check (#815)
- 🔨 fixed wrong order on
!craftweapon
and!uncraftweapon
commands (#820)
Update the bot
Wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
🆘 Need help? Ask in TF2Autobot Discord Server
💗 The more the better! Show your love by sharing your bot trades in #🔴|community
or #🔴|community-2
channel on TF2Autobot Discord Server! Send me a DM for your unique Discord Webhook URL!
⭐ Show support! Give this project a ⭐ now!
👇 React to this release 🤗
v4.3.1
v4.3.0
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:
- ⛔ 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.