diff --git a/discord/emoji.py b/discord/emoji.py index c0455b4a00..2448b2f9e5 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -92,7 +92,7 @@ def __str__(self) -> str: def __repr__(self) -> str: return ( - "" + f"" ) def __eq__(self, other: Any) -> bool: