Add :decorator: to ui.button and ui.select

This commit is contained in:
Puncher 2022-08-12 00:25:32 +02:00 committed by GitHub
parent 0744737e86
commit e269904b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,6 +435,7 @@ Button
:inherited-members:
.. autofunction:: discord.ui.button
:decorator:
Select
~~~~~~~
@ -446,6 +447,7 @@ Select
:inherited-members:
.. autofunction:: discord.ui.select
:decorator:
TextInput
~~~~~~~~~~