Flight 3.0.3
- Added
Context#think
- This sends a
Bot is thinking...
or typing indicator to signify a long-running operation.
- This sends a
- Added
Context#respond(EmbedBuilder.() -> Unit)
for sending embeds in a DSL manner. - Added default value to
SlashContext#deferAsync
'sephemeral
parameter to match thedefer
method's signature.