aboutsummaryrefslogtreecommitdiff
path: root/src/prelude.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-06-28 19:50:08 +0200
committeracdenisSK <[email protected]>2017-06-28 19:50:08 +0200
commitfdfd5bcf708b6633b564fc58fb86935536310314 (patch)
tree9856e833602662e791aaea8601331001ce91295a /src/prelude.rs
parentMerge branch "trait-based-event-handling" (diff)
downloadserenity-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.rs2
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")]