From 6ca4bea21ac83034c3ff1d4adf79754c80df85ca Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Sun, 9 Sep 2018 18:22:45 -0400 Subject: Update client docs to not say user token (#383) --- src/client/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/mod.rs b/src/client/mod.rs index 6fcb84c..49061a5 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -1,4 +1,4 @@ -//! The Client contains information about a single bot or user's token, as well +//! The Client contains information about a single bot's token, as well //! as event handlers. Dispatching events to configured handlers and starting //! the shards' connections are handled directly via the client. In addition, //! the `http` module and `Cache` are also automatically handled by the -- cgit v1.2.3