mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
docs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Client Documentation
|
||||
====================
|
||||
|
||||
@@ -79,11 +81,11 @@ A `Boolean` that is true if the client is ready. A shortcut to checking if ``bot
|
||||
|
||||
servers
|
||||
~~~~~~~
|
||||
An `Array` of Server_ objects that the client has access to. Represents the servers the client is in.
|
||||
An `Array` of Server_ objects that the client has access to.
|
||||
|
||||
channels
|
||||
~~~~~~~~
|
||||
An `Array` of Channel_ objects that the client has access to. Represents the channels the client can access.
|
||||
An `Array` of Channel_ objects that the client has access to.
|
||||
|
||||
users
|
||||
~~~~~
|
||||
@@ -98,10 +100,4 @@ messages
|
||||
An `Array` of Message_ objects the client has received over its uptime.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
.. _User : #user
|
||||
.. _ready : #ready
|
||||
.. _Server : #server
|
||||
.. _Channel : #channel
|
||||
.. _Message : #message
|
||||
---------
|
||||
Reference in New Issue
Block a user