Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-03-20 | 970 Bytes | |
v3.7.0.tar.gz | 2021-03-20 | 338.5 kB | |
v3.7.0.zip | 2021-03-20 | 417.8 kB | |
Totals: 3 Items | 757.3 kB | 0 |
https://github.com/TF2Autobot/tf2autobot/pull/485
Node.js Version 10 and Version 12 are no longer supported (#484). Please upgrade your Node.js (preferably the LTS version) before updating your bot to this version. Manual update recommended.
Added
- ✨ added an option to not show the owner's nickname (#480) - @Dex-Spirit
- new options.json property under
commands.message
:showOwnerName
(default istrue
- Wiki)
- new options.json property under
- ✨ added
!sku <item_name>
command (#483) - @idinium96
Updated
- 🔄 updated core libraries (
tf2-sku-2
,bptf-listings-2
, andtf2-schema-2
)tf2-sku-2
: addtradable
attribute to SKU Object - @idinium96bptf-listings-2
: fix wrong SKU for War Paint and Skins - @idinium96tf2-schema-2
: add new methods - @arik123