aboutsummaryrefslogtreecommitdiff
path: root/lib/client.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client.mli')
-rw-r--r--lib/client.mli1
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.