sparkle_interactions 0.16.0

Safe, concise Discord interaction handling for Twilight
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Builders for structs used in interaction responses
//!
//! Builders for components are provided in the [`component`] module.
//!
//! Builders for interaction responses can be accessed from
//! [`InteractionResponseBuilder`]

pub mod component;
pub mod interaction_response;

pub use interaction_response::InteractionResponseBuilder;