Skip to content

EasyCommands v0.7.0

Compare
Choose a tag to compare
@FrostedCA FrostedCA released this 01 May 19:20
· 28 commits to master since this release

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