docs/index.rst
.. discord.py documentation master file, created by
sphinx-quickstart on Fri Aug 21 05:43:30 2015.
You can adapt this file completely to your liking, but it should at least
contain the root toctree directive.
.. image:: /images/snake.svg .. image:: /images/snake_dark.svg
discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord.
Features:
async/await syntaxIs this your first time using the library? This is the place to get started!
intro | :doc:quickstart | :doc:loggingdiscord | :doc:intentsrepository <examples>.If you're having trouble with something, these resources might help.
faq first, it's got answers to all common questions.Discord <discord> server.index <genindex> or :ref:searching <search>.issue tracker <issues>.GitHub discussions page <discussions>.These extensions help you during development when it comes to common tasks.
.. toctree:: :maxdepth: 1
ext/commands/index.rst ext/tasks/index.rst
These pages go into great detail about everything the API can do.
.. toctree:: :maxdepth: 1
api interactions/api discord.ext.commands API Reference <ext/commands/api.rst> discord.ext.tasks API Reference <ext/tasks/index.rst>
If you're looking for something related to the project itself, it's here.
.. toctree:: :maxdepth: 1
whats_new version_guarantees migrating