//! The builder prelude re-exports all types in the builder sub-modules.
//!
//! This allows for quick and easy access to all of the builder types.
//!
//! # Examples
//!
//! Import all builder types into scope:
//!
//! ```rust,no_run
//! use serenity_utils::builder::prelude::*;
//! ```
pub use *;
pub use *;