Flight 3.0.1
- String range support
- NSFW commands are now flagged as such when exported as
SlashCommandData
. - Add
Cog#unload
function for cleanly closing resources when removing a cog. - Introduce
ObjectStorage
to allow for persistent storage within cogs.- Data stored within
ObjectStorage
persists across reloads.
- Data stored within
- Add
CommandRegistry#clear
.