diff options
| author | acdenisSK <[email protected]> | 2017-06-29 12:31:05 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-06-29 12:31:05 +0200 |
| commit | 35826915a174c7f3e5d82bbc320d3238ae308d8c (patch) | |
| tree | 7f59e067e778aa2eb6228eb0034bdcae46f7c1b1 /src | |
| parent | Whoops, and add a fail-safe to an upcomming pr to the compiler (diff) | |
| download | serenity-35826915a174c7f3e5d82bbc320d3238ae308d8c.tar.xz serenity-35826915a174c7f3e5d82bbc320d3238ae308d8c.zip | |
Also update examples
Diffstat (limited to 'src')
| -rw-r--r-- | src/prelude.rs | 2 |
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")] |