mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Updated docs
This commit is contained in:
4
docs/docs_client.rst
Normal file
4
docs/docs_client.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
.. include:: ./vars.rst
|
||||||
|
|
||||||
|
Client
|
||||||
|
======
|
||||||
@@ -3,6 +3,8 @@
|
|||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
|
.. include:: ./vars.rst
|
||||||
|
|
||||||
Welcome to discord.js's documentation!
|
Welcome to discord.js's documentation!
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
@@ -15,34 +17,13 @@ Feel free to make any contributions you want, whether it be through creating an
|
|||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
.. _general-docs:
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: General
|
|
||||||
|
|
||||||
get_started
|
|
||||||
troubleshooting
|
|
||||||
create_simple_bot
|
|
||||||
|
|
||||||
.. _docs:
|
.. _docs:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Documentation
|
:caption: Documentation
|
||||||
|
|
||||||
docs_module
|
|
||||||
docs_resolvable
|
|
||||||
docs_client
|
docs_client
|
||||||
docs_user
|
|
||||||
docs_member
|
|
||||||
docs_server
|
|
||||||
docs_channel
|
|
||||||
docs_pmchannel
|
|
||||||
docs_message
|
|
||||||
docs_invite
|
|
||||||
docs_permissions
|
|
||||||
docs_embed
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
@@ -1,19 +1,2 @@
|
|||||||
.. _Client : ./docs_client.html
|
.. _Client : ./docs_client.html
|
||||||
.. _User : ./docs_user.html
|
|
||||||
.. _ready : #ready
|
|
||||||
.. _Server : ./docs_server.html
|
|
||||||
.. _Channel : ./docs_channel.html
|
|
||||||
.. _Message : ./docs_message.html
|
|
||||||
.. _PMChannel : ./docs_pmchannel.html
|
|
||||||
.. _Invite : ./docs_invite.html
|
|
||||||
.. _Channel Resolvable : ./docs_resolvable.html#channel-resolvable
|
|
||||||
.. _Server Resolvable : ./docs_resolvable.html#channel-resolvable
|
|
||||||
.. _Invite Resolvable : ./docs_resolvable.html#invite-resolvable
|
|
||||||
.. _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
|
||||||
.. _ServerPermissions : ./docs_permissions.html#id1
|
|
||||||
.. _Roles : ./docs_permissions.html#id1
|
|
||||||
.. _ChannelPermissions : ./docs_permissions.html#id3
|
|
||||||
.. _EvaluatedPermissions : ./docs_permissions.html#id6
|
|
||||||
.. _Member : ./docs_member.html
|
|
||||||
.. _Colors : ./docs_module.html#discord-colors
|
|
||||||
.. _Embed : ./docs_embed.html
|
|
||||||
Reference in New Issue
Block a user