Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2 KB

index.rst

File metadata and controls

76 lines (53 loc) · 2 KB

Welcome to Pycord

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord.

Features:

  • Modern Pythonic API using async/await syntax
  • Sane rate limit handling that prevents 429s
  • Command extension to aid with bot creation
  • Easy to use with an object oriented design
  • Optimised for both speed and memory

Getting started

Is this your first time using the library? This is the place to get started!

Getting help

If you're having trouble with something, these resources might help.

Extensions

These extensions help you during development when it comes to common tasks.

.. toctree::
  :maxdepth: 1

  ext/commands/index.rst
  ext/tasks/index.rst

Manuals

These pages go into great detail about everything the API can do.

.. toctree::
  :maxdepth: 1

  api
  discord.ext.commands API Reference <ext/commands/api.rst>
  discord.ext.tasks API Reference <ext/tasks/index.rst>

Meta

If you're looking for something related to the project itself, it's here.

.. toctree::
  :maxdepth: 1

  whats_new
  version_guarantees
  migrating