Skip to content

Force Update Command

Compare
Choose a tag to compare
@Taaku18 Taaku18 released this 15 Nov 02:30
· 1394 commits to master since this release

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. Use on_plugin_ready instead of on_ready since on_ready will not get called in plugins.