diff --git a/discord/components.py b/discord/components.py index a13a214f7..08ae4f277 100644 --- a/discord/components.py +++ b/discord/components.py @@ -1359,7 +1359,7 @@ class LabelComponent(Component): 'id', ) - __repr_info__ = ('label', 'description', 'component', 'id,') + __repr_info__ = ('label', 'description', 'component') def __init__(self, data: LabelComponentPayload, state: Optional[ConnectionState]) -> None: self.component: Component = _component_factory(data['component'], state) # type: ignore