Skip to content

Commit

Permalink
Update discord/emoji.py
Browse files Browse the repository at this point in the history
Signed-off-by: plun1331 <[email protected]>
  • Loading branch information
plun1331 authored Sep 10, 2024
1 parent d14413f commit c01e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __str__(self) -> str:

def __repr__(self) -> str:
return (
"<BaseEmoji" f" id={self.id} name={self.name!r} animated={self.animated}>"
f"<BaseEmoji id={self.id} name={self.name!r} animated={self.animated}>"
)

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

0 comments on commit c01e384

Please sign in to comment.