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 d14413f commit c01e384Copy full SHA for c01e384
discord/emoji.py
@@ -92,7 +92,7 @@ def __str__(self) -> str:
92
93
def __repr__(self) -> str:
94
return (
95
- "<BaseEmoji" f" id={self.id} name={self.name!r} animated={self.animated}>"
+ f"<BaseEmoji id={self.id} name={self.name!r} animated={self.animated}>"
96
)
97
98
def __eq__(self, other: Any) -> bool:
0 commit comments