mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Added channel
This commit is contained in:
parent
9ff8496f6b
commit
d26702f48f
3 changed files with 28 additions and 0 deletions
21
docs/docs_channel.rst
Normal file
21
docs/docs_channel.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
.. include:: ./vars.rst
|
||||||
|
|
||||||
|
Channel
|
||||||
|
=======
|
||||||
|
|
||||||
|
**extends** Equality_
|
||||||
|
|
||||||
|
The Channel class is the base class for all types of channel.
|
||||||
|
|
||||||
|
Attributes
|
||||||
|
----------
|
||||||
|
|
||||||
|
id
|
||||||
|
~~
|
||||||
|
|
||||||
|
The ID of the channel, a `String`.
|
||||||
|
|
||||||
|
client
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
The Client_ that cached the channel.
|
||||||
|
|
@ -19,6 +19,12 @@ Contents:
|
||||||
|
|
||||||
.. _docs:
|
.. _docs:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: Channel Documentation
|
||||||
|
|
||||||
|
docs_channel
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Documentation
|
:caption: Documentation
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@
|
||||||
.. _Cache : ./docs_cache.html
|
.. _Cache : ./docs_cache.html
|
||||||
.. _User : ./docs_user.html
|
.. _User : ./docs_user.html
|
||||||
.. _Server : ./docs_server.html
|
.. _Server : ./docs_server.html
|
||||||
|
.. _Channel : ./docs_channel.html
|
||||||
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
||||||
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
||||||
Loading…
Reference in a new issue