v2.6.1
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
andYamdbf
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)