Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@jballanger jballanger released this 15 Sep 16:54
· 2 commits to master since this release

Core

Datastore

  • Add a Base data class
  • Remove methods get and save from UserData and GuildData
  • Update Guild model settings field with a default value

Feature

  • New core file

Stats

  • Stats has been reworked
  • Add a random number of points (based on the current level) on level up
  • Send a message when a user level up

HinataFeed

  • Removed

Feed

  • New feature to replace HinataFeed

Commands

  • Removing addPoints, reset, setLevel and setPoints.
  • Update profile and fetch with the new Stats core.
  • Add enable, used to enable features
  • Add disable, used to disable features
  • Add features, used to list available features and their usage

Utils

  • ucfirst has been added to Utils
  • Enhance parser

Misc

  • More Discord.js events are logged

Fix

  • The multiple instance bug is now fixed (18c95e9)

Dependencies