diff options
| author | Rapptz <[email protected]> | 2021-05-28 02:11:10 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-05-28 02:11:10 -0400 |
| commit | 8bd17ede470378592a87230802438a79e45018d7 (patch) | |
| tree | 7a720896ab9a1b2954763294a717e9322afcbfbc /docs | |
| parent | Add private get_slots utility to get slots through MRO (diff) | |
| download | discord.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.rst | 8 |
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 ~~~~~~~ |