Flight 1.4.2
Added
CommandRegistry.unload
. AcceptsCommandWrapper
,Cog
orJar
.
Changed
CommandRegistry.removeByCog
is nowCommandRegistry.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.