TextInput was missing in `__all__`.
@ -47,6 +47,7 @@ __all__ = (
'Button',
'SelectMenu',
'SelectOption',
'TextInput',
)
C = TypeVar('C', bound='Component')
@ -4138,7 +4138,7 @@ Select
.. autofunction:: discord.ui.select
TextInput
~~~~~~~~
~~~~~~~~~~
.. attributetable:: discord.ui.TextInput