mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
Fixed client docs
This commit is contained in:
parent
6d52b071b1
commit
e2c0c2743f
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +19,7 @@ An `Object` containing a configuration for the Client. Currently can only be con
|
||||||
.. code-block:: js
|
.. code-block:: js
|
||||||
|
|
||||||
{
|
{
|
||||||
queue : false // whether messages should be sent one after the other or
|
compress : false // whether packets >50kb should be received compressed and later decompressed
|
||||||
// just send straight away.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
token
|
token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue