Move ActionRow to its own separate type split from Component

This commit is contained in:
Rapptz
2021-05-28 02:11:10 -04:00
parent aeb2cfb573
commit 8bd17ede47
3 changed files with 72 additions and 29 deletions

View File

@ -2885,6 +2885,14 @@ Component
.. autoclass:: Component()
:members:
ActionRow
~~~~~~~~~~
.. attributetable:: ActionRow
.. autoclass:: ActionRow()
:members:
Button
~~~~~~~