You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Auto Rolemember_role_id=0
bot_role_id=0
# Global logslog_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 -> FROMexecute(EventData data)TOexecute(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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Full Changelog: v0.6.8.1...v0.7.0
Update 0.7.0 Available in around 30 minutes.
Added 3 new config settings ->
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)
TOexecute(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
This discussion was created from the release EasyCommands v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions