diff options
| author | Perry Fraser <[email protected]> | 2018-09-09 18:22:45 -0400 |
|---|---|---|
| committer | zeyla <[email protected]> | 2018-09-09 15:22:45 -0700 |
| commit | 6ca4bea21ac83034c3ff1d4adf79754c80df85ca (patch) | |
| tree | 6714e4489119b8a63a3cc954f01be410585ae9df /src | |
| parent | Check if bots are ignored before dispatching `unrecognised_command` (#381) (diff) | |
| download | serenity-6ca4bea21ac83034c3ff1d4adf79754c80df85ca.tar.xz serenity-6ca4bea21ac83034c3ff1d4adf79754c80df85ca.zip | |
Update client docs to not say user token (#383)
Diffstat (limited to 'src')
| -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 |