diff options
| author | acdenisSK <[email protected]> | 2017-06-28 19:50:08 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-06-28 19:50:08 +0200 |
| commit | fdfd5bcf708b6633b564fc58fb86935536310314 (patch) | |
| tree | 9856e833602662e791aaea8601331001ce91295a /src/prelude.rs | |
| parent | Merge branch "trait-based-event-handling" (diff) | |
| download | serenity-fdfd5bcf708b6633b564fc58fb86935536310314.tar.xz serenity-fdfd5bcf708b6633b564fc58fb86935536310314.zip | |
Update readme, docs and add `EventHandler` to the prelude
Diffstat (limited to 'src/prelude.rs')
| -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 3c9ef85..3c0d0a8 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}; +pub use ::client::{Client, ClientError as ClientError, EventHandler}; #[cfg(feature="gateway")] pub use ::gateway::GatewayError; #[cfg(feature="http")] |