Skip to content

Commit 25a4dbe

Browse files
committed
Remove id from LabelComponent.__repr__
1 parent 6c4f8c4 commit 25a4dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ class LabelComponent(Component):
13591359
'id',
13601360
)
13611361

1362-
__repr_info__ = ('label', 'description', 'component', 'id,')
1362+
__repr_info__ = ('label', 'description', 'component')
13631363

13641364
def __init__(self, data: LabelComponentPayload, state: Optional[ConnectionState]) -> None:
13651365
self.component: Component = _component_factory(data['component'], state) # type: ignore

0 commit comments

Comments
 (0)