serenity_utils 0.7.0

A library to provide additional utilies for Discord bots created with serenity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 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 super::embed::*;
pub use super::message::*;