mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Made documentation titles less "noisy"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Channel Documentation
|
||||
=====================
|
||||
Channels
|
||||
========
|
||||
|
||||
The Channel Class is used to represent data about a Channel.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Client Documentation
|
||||
====================
|
||||
Client
|
||||
======
|
||||
|
||||
This page contains documentation on the `Discord.Client` class. This should be used when you want to start creating things with the API.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Invite Documentation
|
||||
====================
|
||||
Invites
|
||||
=======
|
||||
|
||||
The Invite Class is used to represent data about an Invite.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Member Documentation
|
||||
==================
|
||||
Members
|
||||
=======
|
||||
|
||||
The Member Class is used to represent a User_ but specific to a server. **Any attributes/functions available in User_ are omitted.**
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Message Documentation
|
||||
=====================
|
||||
Messages
|
||||
========
|
||||
|
||||
The Message Class is used to represent data about a Message.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Permissions Documentation
|
||||
=========================
|
||||
Permissions
|
||||
===========
|
||||
|
||||
The Permissions Class represents data of permissions/roles.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
PMChannel Documentation
|
||||
=======================
|
||||
PMChannel
|
||||
=========
|
||||
|
||||
The PMChannel Class is used to represent data about a Private Message Channel.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Resolvable Documentation
|
||||
========================
|
||||
Resolvables
|
||||
===========
|
||||
|
||||
To be robust, discord.js needs to handle a wide amount of ambiguous data that is supplied to it. This means you can use functions much more easily. Anything that is resolvable means it can be normalised without you having to do it explicitly.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
Server Documentation
|
||||
==================
|
||||
Servers
|
||||
=======
|
||||
|
||||
The Server Class is used to represent data about a server.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
User Documentation
|
||||
==================
|
||||
Users
|
||||
=====
|
||||
|
||||
The User Class is used to represent data about users.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user