1
2
3
4
5
6
7
8
//! Builders for large structs.

pub mod command;
pub mod embed;

mod interaction_response_data;

pub use self::interaction_response_data::InteractionResponseDataBuilder;