extern crate serenity; #[allow(unused_imports)] use serenity::prelude::{Mentionable, SerenityError}; #[allow(unused_imports)] #[cfg(feature = "client")] use serenity::prelude::{Client, ClientError};