aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-05-28 02:11:10 -0400
committerRapptz <[email protected]>2021-05-28 02:11:10 -0400
commit8bd17ede470378592a87230802438a79e45018d7 (patch)
tree7a720896ab9a1b2954763294a717e9322afcbfbc /docs
parentAdd private get_slots utility to get slots through MRO (diff)
downloaddiscord.py-8bd17ede470378592a87230802438a79e45018d7.tar.xz
discord.py-8bd17ede470378592a87230802438a79e45018d7.zip
Move ActionRow to its own separate type split from Component
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 72faae7b..5639b85e 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -2885,6 +2885,14 @@ Component
.. autoclass:: Component()
:members:
+ActionRow
+~~~~~~~~~~
+
+.. attributetable:: ActionRow
+
+.. autoclass:: ActionRow()
+ :members:
+
Button
~~~~~~~