//! Wrappers around Twilight types to provide a more ergonomic interface.
//!
//! This module is divided into two submodules:
//!
//! - [`actions`]: Builders for actions that can be performed by the bot, such as sending messages.
//! - [`types`]: Wrappers around core Twilight types, such as messages and embeds.
use Error;
/// An error was returned from an internal [`twilight_http`] call.