serenity 0.9.0-rc.2

A Rust library for the Discord API.
Documentation
#![allow(unused_imports)]

use serenity::prelude::{Mentionable, SerenityError};

#[cfg(feature = "client")]
use serenity::prelude::{Client, ClientError};

// parking_lot re-exports
use serenity::prelude::{Mutex, RwLock};