twilight_util/builder/
mod.rs

1//! Builders for large structs.
2
3pub mod command;
4pub mod embed;
5pub mod message;
6
7mod interaction_response_data;
8
9pub use self::interaction_response_data::InteractionResponseDataBuilder;