Skip to content

Commit a0cae22

Browse files
committed
🐛 Fix overlapping slots in InputText
1 parent 002af04 commit a0cae22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ class InputText(Component):
226226
"max_length",
227227
"required",
228228
"value",
229-
"id",
230229
)
231230

232231
__repr_info__: ClassVar[tuple[str, ...]] = __slots__

0 commit comments

Comments
 (0)