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 0c73b36 commit 97b8c72Copy full SHA for 97b8c72
discord/components.py
@@ -575,7 +575,7 @@ def __init__(
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}>'
+ return f"<SelectDefaultValue id={self.id} type={self.type}>"
579
580
@classmethod
581
def _from_data(
0 commit comments