diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |