Skip to content

Python Documentation

Contains commands to access and search the documentation of Python and pycord. When using these commands to search for Python entities (e.g. functions, classes, objects, modules), the documentation is downloaded into the Redis cache to avoid repetitive queries.

python_docs

Searches the Python documentation for any Python entity.

.[python_docs|py] [entity]

Arguments:

Argument Required Description
entity The name of the Python entity to search for. If omitted, you get the direct link to the Python documentation instead.

pycord_docs

Searches the pycord documentation for any pycord entity.

.[pycord_docs|pycord|pyc|dpy] [entity]

Arguments:

Argument Required Description
entity The name of the pycord entity to search for. If omitted, you get the direct link to the pycord documentation instead.