Skip to content

Flight 3.0.3

Compare
Choose a tag to compare
@devoxin devoxin released this 15 Jul 22:53
· 26 commits to master since this release
  • Added Context#think
    • This sends a Bot is thinking... or typing indicator to signify a long-running operation.
  • Added Context#respond(EmbedBuilder.() -> Unit) for sending embeds in a DSL manner.
  • Added default value to SlashContext#deferAsync's ephemeral parameter to match the defer method's signature.