mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 10:26:47 +00:00
Fix Sphinx build failing
TextInput was missing in `__all__`.
This commit is contained in:
parent
eb6f5728e2
commit
a1e64dd657
@ -47,6 +47,7 @@ __all__ = (
|
|||||||
'Button',
|
'Button',
|
||||||
'SelectMenu',
|
'SelectMenu',
|
||||||
'SelectOption',
|
'SelectOption',
|
||||||
|
'TextInput',
|
||||||
)
|
)
|
||||||
|
|
||||||
C = TypeVar('C', bound='Component')
|
C = TypeVar('C', bound='Component')
|
||||||
|
@ -1475,7 +1475,7 @@ of :class:`enum.Enum`.
|
|||||||
.. attribute:: select
|
.. attribute:: select
|
||||||
|
|
||||||
Represents a select component.
|
Represents a select component.
|
||||||
|
|
||||||
.. attribute:: text_input
|
.. attribute:: text_input
|
||||||
|
|
||||||
Represents a text box component.
|
Represents a text box component.
|
||||||
@ -3197,7 +3197,7 @@ AuditLogDiff
|
|||||||
see also :attr:`StreamIntegration.expire_behaviour`
|
see also :attr:`StreamIntegration.expire_behaviour`
|
||||||
|
|
||||||
:type: :class:`ExpireBehaviour`
|
:type: :class:`ExpireBehaviour`
|
||||||
|
|
||||||
.. attribute:: expire_grace_period
|
.. attribute:: expire_grace_period
|
||||||
|
|
||||||
The grace period before expiring subscribers changed.
|
The grace period before expiring subscribers changed.
|
||||||
@ -4138,7 +4138,7 @@ Select
|
|||||||
.. autofunction:: discord.ui.select
|
.. autofunction:: discord.ui.select
|
||||||
|
|
||||||
TextInput
|
TextInput
|
||||||
~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
.. attributetable:: discord.ui.TextInput
|
.. attributetable:: discord.ui.TextInput
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user