Browse Source

chore: Add char limit to TextDisplay

pull/10166/head
DA-344 3 months ago
parent
commit
2248df00a3
  1. 2
      discord/ui/text_display.py

2
discord/ui/text_display.py

@ -47,7 +47,7 @@ class TextDisplay(Item[V]):
Parameters Parameters
---------- ----------
content: :class:`str` content: :class:`str`
The content of this text display. The content of this text display. Up to 4000 characters.
row: Optional[:class:`int`] row: Optional[:class:`int`]
The relative row this text display belongs to. By default The relative row this text display belongs to. By default
items are arranged automatically into those rows. If you'd items are arranged automatically into those rows. If you'd

Loading…
Cancel
Save