Fix Sphinx build failing

TextInput was missing in `__all__`.
This commit is contained in:
Rapptz 2022-02-20 08:29:45 -05:00
parent eb6f5728e2
commit a1e64dd657
2 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,7 @@ __all__ = (
'Button',
'SelectMenu',
'SelectOption',
'TextInput',
)
C = TypeVar('C', bound='Component')

View File

@ -4138,7 +4138,7 @@ Select
.. autofunction:: discord.ui.select
TextInput
~~~~~~~~
~~~~~~~~~~
.. attributetable:: discord.ui.TextInput