Skip to content

v0.11.0

Pre-release
Pre-release

Choose a tag to compare

@Hydr46605 Hydr46605 released this 16 Aug 21:28
· 16 commits to main since this release

✨ Features

  • feat: capture and substitute interaction values (7e51b75)
  • feat: add community admin tools (a604cba)
  • feat: complete direct messages with channel resolution and history (5b1e633)

Interaction values

  • The gateway now logs recent component and modal interactions (selected values + typed inputs), readable via list_recent_interactions.
  • Replies support {values}, {values.N}, and {input.<customId>} placeholders in content and embeds.

Community admin

  • get_welcome_screen / modify_welcome_screen, get_onboarding / modify_onboarding, get_member_verification / modify_member_verification.

Direct messages

  • get_dm_channel and read_dm_messages (by user or channel ID).

Full Changelog: v0.10.0...v0.11.0