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 7d76fef commit b289dfcCopy full SHA for b289dfc
discord/components.py
@@ -574,6 +574,9 @@ def __init__(
574
else:
575
raise TypeError("you must provide an object model, or an id and type")
576
577
+ def __repr__(self) -> str:
578
+ return f'<SelectDefaultValue id={self.id} type={self.type}>'
579
+
580
@classmethod
581
def _from_data(
582
cls, default_values: list[SelectDefaultValuePayload] | None
0 commit comments