Force Update Command
Changed
- Ability to force an update despite having the same version number. Helpful to keep up-to-date with the latest GitHub commit.
?update force
.
- Plugin developers now have a new event called
on_plugin_ready
, this is coroutine is awaited when all plugins are loaded. Useon_plugin_ready
instead ofon_ready
sinceon_ready
will not get called in plugins.