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 9118c0c commit 37b2af4Copy full SHA for 37b2af4
1 file changed
discord/ui/core.py
@@ -21,7 +21,6 @@
21
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
DEALINGS IN THE SOFTWARE.
23
"""
24
-
25
from __future__ import annotations
26
27
import asyncio
@@ -45,9 +44,6 @@ class ComponentLimits:
45
44
# Button constraints
46
BUTTON_LABEL_MAX = 80
47
48
- # Container constraints
49
- CONTAINER_CHILDREN_MAX = None # No limit
50
51
# MediaGallery constraints
52
MEDIA_GALLERY_ITEMS_MIN = 1
53
MEDIA_GALLERY_ITEMS_MAX = 10
0 commit comments