aboutsummaryrefslogtreecommitdiff
path: root/lib/client.mli
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-29 13:27:18 -0700
committerAdelyn Breelove <[email protected]>2019-01-29 13:27:18 -0700
commit193cd616263306c5ac21dc8b93dfd91a335a0c8b (patch)
tree0d6d14661f2ae869d8dc87babf2a01d99b73f003 /lib/client.mli
parentAdd client options (diff)
downloaddisml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.tar.xz
disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.zip
Compression!!!
Diffstat (limited to 'lib/client.mli')
-rw-r--r--lib/client.mli2
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.