diff options
Diffstat (limited to 'lib/sharder.mli')
| -rw-r--r-- | lib/sharder.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sharder.mli b/lib/sharder.mli index aa040f9..86a0da0 100644 --- a/lib/sharder.mli +++ b/lib/sharder.mli @@ -27,6 +27,7 @@ module Shard : sig url: string; (** The websocket URL in use. *) id: int * int; (** A tuple as expected by Discord. First element is the current shard index, second element is the total shard count. *) } + (** Wrapper around an internal state, used to wrap {!shard}. *) type 'a t = { mutable state: 'a; |