Discord Economy Super v1.7.4
v1.7.4:
- Fixed typings.
- JSDoc changes.
- Fixed the missing configuration bug and hard crash on startup.
- Removed unnecessary things.
- Updated
EconomyItems
files. - Added a
stacked()
method inInventoryManager
to get the array of stacked items in the inventory. InventoryItem.stack()
is no longer async! You can run it insideArray.map()
safely now!UtilsManager.checkOptions()
method was renamed toUtilsManager.checkConfiguration()
so it could make sense.