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 c7575d9 commit 651699fCopy full SHA for 651699f
discord/ui/container.py
@@ -208,10 +208,6 @@ def children(self) -> List[Item[V]]:
208
"""List[:class:`Item`]: The children of this container."""
209
return self._children.copy()
210
211
- @children.setter
212
- def children(self, value: List[Item[V]]) -> None:
213
- self._children = value
214
-
215
@property
216
def accent_colour(self) -> Optional[Union[Colour, int]]:
217
"""Optional[Union[:class:`discord.Colour`, :class:`int`]]: The colour of the container, or ``None``."""
0 commit comments