diff --git a/discord/ui/text_display.py b/discord/ui/text_display.py index 409b68272..f311cf66c 100644 --- a/discord/ui/text_display.py +++ b/discord/ui/text_display.py @@ -47,7 +47,7 @@ class TextDisplay(Item[V]): Parameters ---------- content: :class:`str` - The content of this text display. + The content of this text display. Up to 4000 characters. row: Optional[:class:`int`] The relative row this text display belongs to. By default items are arranged automatically into those rows. If you'd