Releases: FrostedCA/EasyCommands
EasyCommands v0.7.1
Full Changelog: v0.7.0...v0.7.1
EasyCommands v0.7.0
Full Changelog: v0.6.8.1...v0.7.0
Update 0.7.0
Added 3 new config settings ->
# Auto Role
member_role_id=0
bot_role_id=0
# Global logs
log_channel_id=0
AutoRole
Member Auto role and Bot Auto role now supported. (Single guild)
Logs
Logs are now being sent to the console and guild channel. (If a channel ID is given in config)
You can create your own logs with ->
easyCommands.getLogger().logBoth(LogType type, String log)
Executors
Modified the execute()
function in the executor classes ->
FROM execute(EventData data)
TO execute(EventData data, MySQL mysql)
This change has been made to give quick and easy access to MySQL inside executors.
Error traces
Added a couple error traces in the config file and bot startup phase.
This will help recognize what is causing the error.
Still needs work
v0.6.8.1
Full Changelog: v0.6.8...v0.6.8.1
Easy Commands v0.6.8
Full Changelog: v0.6.7.1...v0.6.8
EasyCommands v0.6.7.1
Full Changelog: v0.6.7...v0.6.7.1
EasyCommands v0.6.7
Full Changelog: v0.6.6...v0.6.7
EasyCommands v0.6.6
Full Changelog: v0.6.5...v0.6.6
Small fix for the Config file, if you let the config file empty it would throw null errors while trying to read the config.
EasyCommands v0.6.5
Full Changelog: v0.6.4...v0.6.5
EasyCommands v0.6.4
Full Changelog: v0.6.3...v0.6.4
EasyCommands v0.6.3
Full Changelog: v0.6.2...v0.6.3