mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
53 lines
1.0 KiB
ReStructuredText
53 lines
1.0 KiB
ReStructuredText
.. discord.js documentation master file, created by
|
|
sphinx-quickstart on Fri Sep 25 17:25:49 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to discord.js's documentation!
|
|
======================================
|
|
|
|
discord.js is an easy-to-use and intuitive JavaScript API for Discord_. It should be able to
|
|
run in node.js / io.js and in the browser.
|
|
|
|
.. note:: This documentation is still a work-in-progress, apologies if something isn't yet documented!
|
|
|
|
Contents:
|
|
|
|
.. _general-docs:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: General
|
|
|
|
get_started
|
|
troubleshooting
|
|
create_simple_bot
|
|
|
|
.. _docs:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Documentation
|
|
|
|
docs_module
|
|
docs_resolvable
|
|
docs_client
|
|
docs_user
|
|
docs_member
|
|
docs_server
|
|
docs_channel
|
|
docs_pmchannel
|
|
docs_message
|
|
docs_invite
|
|
docs_permissions
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|
|
.. _Discord : https://discordapp.com/
|