Skip to content

Commit 6fe7a57

Browse files
Lumabotsvmphase
andauthored
Update discord/enums.py
Co-authored-by: Michael <vmphasee@gmail.com> Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
1 parent c3291f5 commit 6fe7a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ class ComponentLimits(Enum):
12211221
button_label_max = 80
12221222

12231223
# Container constraints
1224-
container_children_max = float("inf") # No limit
1224+
container_children_max = -1 # No limit
12251225

12261226
# MediaGallery constraints
12271227
media_gallery_items_min = 1

0 commit comments

Comments
 (0)