aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-06-29 12:31:05 +0200
committeracdenisSK <[email protected]>2017-06-29 12:31:05 +0200
commit35826915a174c7f3e5d82bbc320d3238ae308d8c (patch)
tree7f59e067e778aa2eb6228eb0034bdcae46f7c1b1 /src
parentWhoops, and add a fail-safe to an upcomming pr to the compiler (diff)
downloadserenity-35826915a174c7f3e5d82bbc320d3238ae308d8c.tar.xz
serenity-35826915a174c7f3e5d82bbc320d3238ae308d8c.zip
Also update examples
Diffstat (limited to 'src')
-rw-r--r--src/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prelude.rs b/src/prelude.rs
index 3c0d0a8..c7d8537 100644
--- a/src/prelude.rs
+++ b/src/prelude.rs
@@ -18,7 +18,7 @@ pub use ::error::{Error as SerenityError};
pub use ::model::Mentionable;
#[cfg(feature="client")]
-pub use ::client::{Client, ClientError as ClientError, EventHandler};
+pub use ::client::{Context, Client, ClientError as ClientError, EventHandler};
#[cfg(feature="gateway")]
pub use ::gateway::GatewayError;
#[cfg(feature="http")]