Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v4.8.2: Bug fixes & new methods

Choose a tag to compare

@suufi suufi released this 10 Jan 22:19
· 342 commits to master since this release

v4.8.2 mainly focuses on bug fixes. At this version, you're required to have v12.9.0+ of node installed (otherwise getPlayerInfo will error)
–––––––––––
Method Updates

  • 🎊 Add trade methods (#245) 🎊
  • 🎊 Add configureGamePass (#250) 🎊
  • setRank and getRole can implicitly determine if the provided argument for rank is a rank, roleset ID, string, or a Role.

Bug Fixes

  • Fixes getPlayerInfo bug where joinDate and age were missing (#254)
  • Use lint instead of jest tests

Code cleanup

  • getStatus and getBlurb are now deprecated in favor of getPlayerInfo

Dependency updates