diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-21 13:50:14 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-21 13:50:14 -0700 |
| commit | 3dfa0c4d0247bfddae476372414808cd219004f8 (patch) | |
| tree | 2b0b4b8f7846918c55b6b698454c9d63251dbd1a /lib/client.mli | |
| parent | Fix sharding logic (diff) | |
| download | disml-3dfa0c4d0247bfddae476372414808cd219004f8.tar.xz disml-3dfa0c4d0247bfddae476372414808cd219004f8.zip | |
Add status change command example
Diffstat (limited to 'lib/client.mli')
| -rw-r--r-- | lib/client.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/client.mli b/lib/client.mli index 333715f..3e79a39 100644 --- a/lib/client.mli +++ b/lib/client.mli @@ -6,7 +6,6 @@ include module type of Dispatch (** Type of the Client, it isn't recommended to access the fields directly. *) type t = { sharder: Sharder.t; - token: string; } (** Start the Client. This begins shard connections to Discord and event handlers should be registered prior to calling this. |