aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerry Fraser <[email protected]>2018-09-09 18:22:45 -0400
committerzeyla <[email protected]>2018-09-09 15:22:45 -0700
commit6ca4bea21ac83034c3ff1d4adf79754c80df85ca (patch)
tree6714e4489119b8a63a3cc954f01be410585ae9df /src
parentCheck if bots are ignored before dispatching `unrecognised_command` (#381) (diff)
downloadserenity-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.rs2
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