aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/dispatch.rs')
-rw-r--r--src/client/dispatch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/dispatch.rs b/src/client/dispatch.rs
index 3207a0a..7b0439d 100644
--- a/src/client/dispatch.rs
+++ b/src/client/dispatch.rs
@@ -76,8 +76,8 @@ pub fn dispatch(event: Event,
#[cfg(not(feature="framework"))]
pub fn dispatch(event: Event,
conn: Arc<Mutex<Shard>>,
- login_type: LoginType,
data: Arc<Mutex<ShareMap>>,
+ login_type: LoginType,
event_store: Arc<RwLock<EventStore>>) {
match event {
Event::MessageCreate(event) => {