mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-01-12 01:01:53 +00:00
Correct supported types in docs for modal components
This commit is contained in:
@@ -53,6 +53,8 @@ V = TypeVar('V', bound='BaseView', covariant=True)
|
||||
class TextInput(Item[V]):
|
||||
"""Represents a UI text input.
|
||||
|
||||
This a top-level layout component that can only be used in :class:`Label`.
|
||||
|
||||
.. container:: operations
|
||||
|
||||
.. describe:: str(x)
|
||||
|
||||
Reference in New Issue
Block a user