Skip to content

Flight 1.4.2

Compare
Choose a tag to compare
@devoxin devoxin released this 23 Dec 16:28
· 79 commits to master since this release

Added

  • CommandRegistry.unload. Accepts CommandWrapper, Cog or Jar.

Changed

  • CommandRegistry.removeByCog is now CommandRegistry.unload.

Fixed

  • Jar classloaders are no longer prematurely closed upon loading cogs from an external jar.
    • Dependencies belonging to the external jar should now work as expected.
  • Mention regex should now properly match in the help command.