diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-29 13:27:18 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-29 13:27:18 -0700 |
| commit | 193cd616263306c5ac21dc8b93dfd91a335a0c8b (patch) | |
| tree | 0d6d14661f2ae869d8dc87babf2a01d99b73f003 /lib/client.mli | |
| parent | Add client options (diff) | |
| download | disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.tar.xz disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.zip | |
Compression!!!
Diffstat (limited to 'lib/client.mli')
| -rw-r--r-- | lib/client.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client.mli b/lib/client.mli index 7ece537..346ce1a 100644 --- a/lib/client.mli +++ b/lib/client.mli @@ -22,7 +22,7 @@ type t = { Scheduler.go_main ~main ()
]}
@param ?count Optional amount of shards to launch. Defaults to autosharding.
- @param ?compress Whether to use compression over the gateway. {b NOT CURRENTLY SUPPORTED. DO NOT SET TO TRUE. }
+ @param ?compress Whether to use compression over the gateway. }
@param ?large Large threshold for guilds. Default is 250.
@param string The token used for authentication.
@return A deferred client object.
|