Skip to content

v2.6.1

Compare
Choose a tag to compare
@zajrik zajrik released this 10 Feb 02:28
· 617 commits to master since this release

Following in the footsteps of Discord.js, I've moved development to master and will be pushing stable repo states to the stable branch when preparing new releases. Git flow was nice but I suppose I wasn't doing it right in the end.

Additions

  • Import Discord and Yamdbf in eval command for easy access (8882b63)
  • Truncate default help command list if too long (4a699c6)
  • Add BotOptions#noCommandErr (9cc39be)
  • Add GuildStorage#incr/deincr/incrSetting/deincrSetting methods (6994fbd)
  • Add LocalStorage#incr/deincr methods (6994fbd)
  • Add CommandInfo#hidden (ce1980e)

Fixes

  • Fix method name typo for CommandDispatcher#failedLimiterError (9ec8795)
  • Fix TypeError in limit/clearlimit commands (f62c2e9)
  • Fix empty string and NaN args (80bdd02)
  • Fix calling eval command via mention (c780690)