Skip to content

Flight 3.0.1

Compare
Choose a tag to compare
@devoxin devoxin released this 24 Jan 20:26
· 29 commits to master since this release
  • 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.
  • Add CommandRegistry#clear.