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',
|
||||
'SelectMenu',
|
||||
'SelectOption',
|
||||
'TextInput',
|
||||
)
|
||||
|
||||
C = TypeVar('C', bound='Component')
|
||||
|
@ -4138,7 +4138,7 @@ Select
|
||||
.. autofunction:: discord.ui.select
|
||||
|
||||
TextInput
|
||||
~~~~~~~~
|
||||
~~~~~~~~~~
|
||||
|
||||
.. attributetable:: discord.ui.TextInput
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user