diff --git a/discord/channel.py b/discord/channel.py index a228273182c8..6efd19d1820d 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1722,7 +1722,7 @@ def __str__(self) -> str: return 'Direct Message with Unknown User' def __repr__(self) -> str: - return f'' + return f'' @classmethod def _from_message(cls: Type[DMC], state: ConnectionState, channel_id: int) -> DMC: