Skip to content

Commit c01e384

Browse files
authored
Update discord/emoji.py
Signed-off-by: plun1331 <[email protected]>
1 parent d14413f commit c01e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/emoji.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __str__(self) -> str:
9292

9393
def __repr__(self) -> str:
9494
return (
95-
"<BaseEmoji" f" id={self.id} name={self.name!r} animated={self.animated}>"
95+
f"<BaseEmoji id={self.id} name={self.name!r} animated={self.animated}>"
9696
)
9797

9898
def __eq__(self, other: Any) -> bool:

0 commit comments

Comments
 (0)