Skip to content

Discord Economy Super v1.7.4

Compare
Choose a tag to compare
@shadowplay1 shadowplay1 released this 03 Jan 00:46
· 26 commits to main since this release
97e3a82

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 in InventoryManager to get the array of stacked items in the inventory.
  • InventoryItem.stack() is no longer async! You can run it inside Array.map() safely now!
  • UtilsManager.checkOptions() method was renamed to UtilsManager.checkConfiguration() so it could make sense.