mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix Sphinx build failing
TextInput was missing in `__all__`.
This commit is contained in:
@ -47,6 +47,7 @@ __all__ = (
|
||||
'Button',
|
||||
'SelectMenu',
|
||||
'SelectOption',
|
||||
'TextInput',
|
||||
)
|
||||
|
||||
C = TypeVar('C', bound='Component')
|
||||
|
Reference in New Issue
Block a user