aboutsummaryrefslogtreecommitdiff
path: root/src/client/context.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-02-13 16:40:18 -0800
committerZeyla Hellyer <[email protected]>2017-02-13 16:40:18 -0800
commita0bb30686c1a9431aef23c2e8594791f64035194 (patch)
treec09aef334fa4be10743020dbf111b96870e018e8 /src/client/context.rs
parentRemove most Context methods (diff)
downloadserenity-a0bb30686c1a9431aef23c2e8594791f64035194.tar.xz
serenity-a0bb30686c1a9431aef23c2e8594791f64035194.zip
Add 'say' to Group, GuildChannel, PrivateChannel
Diffstat (limited to 'src/client/context.rs')
-rw-r--r--src/client/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/context.rs b/src/client/context.rs
index d4744a4..2954d2c 100644
--- a/src/client/context.rs
+++ b/src/client/context.rs
@@ -1,7 +1,7 @@
use serde_json::builder::ObjectBuilder;
use std::sync::{Arc, Mutex};
use super::gateway::Shard;
-use super::rest::{self, GuildPagination};
+use super::rest;
use super::login_type::LoginType;
use typemap::ShareMap;
use ::utils::builder::EditProfile;