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 0d1e695 commit 19e2f9fCopy full SHA for 19e2f9f
discord/ui/container.py
@@ -175,7 +175,6 @@ def add_section(
175
To append a pre-existing :class:`Section`, use the
176
:meth:`add_item` method, instead.
177
178
-
179
Parameters
180
----------
181
*items: :class:`Item`
discord/ui/media_gallery.py
@@ -21,7 +21,6 @@
21
class MediaGallery(Item[V]):
22
"""Represents a UI Media Gallery. Galleries may contain up to 10 :class:`MediaGalleryItem` objects.
23
24
25
.. versionadded:: 2.7
26
27
0 commit comments