We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1975f6d commit 2816b1bCopy full SHA for 2816b1b
discord/ui/view.py
@@ -547,6 +547,7 @@ class View(BaseView):
547
The parent interaction which this view was sent from.
548
If ``None`` then the view was not sent using :meth:`InteractionResponse.send_message`.
549
"""
550
+
551
__view_children_items__: ClassVar[list[ItemCallbackType]] = []
552
MAX_ITEMS: int = 25
553
0 commit comments