aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-06-30 03:54:30 -0400
committerRapptz <[email protected]>2021-06-30 03:54:30 -0400
commit12e3eba011632f26aa9da8e69a39f1c2cb43f412 (patch)
tree527390214227845a0c7b5d06508947dc504e9aaf /docs
parentChange timeout parameter in View.from_message to keyword only (diff)
downloaddiscord.py-12e3eba011632f26aa9da8e69a39f1c2cb43f412.tar.xz
discord.py-12e3eba011632f26aa9da8e69a39f1c2cb43f412.zip
Add Select to the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst11
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
------------