diff options
| author | Rapptz <[email protected]> | 2021-06-30 03:54:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-30 03:54:30 -0400 |
| commit | 12e3eba011632f26aa9da8e69a39f1c2cb43f412 (patch) | |
| tree | 527390214227845a0c7b5d06508947dc504e9aaf /docs | |
| parent | Change timeout parameter in View.from_message to keyword only (diff) | |
| download | discord.py-12e3eba011632f26aa9da8e69a39f1c2cb43f412.tar.xz discord.py-12e3eba011632f26aa9da8e69a39f1c2cb43f412.zip | |
Add Select to the docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index a27741bb..b8aacb88 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3815,6 +3815,17 @@ Button .. autofunction:: discord.ui.button +Select +~~~~~~~ + +.. attributetable:: discord.ui.Select + +.. autoclass:: discord.ui.Select + :members: + :inherited-members: + +.. autofunction:: discord.ui.select + Exceptions ------------ |