diff --git a/discord/channel.py b/discord/channel.py index e5e55f360c..a220724ffd 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2909,9 +2909,7 @@ def __init__( self._update(guild, data) def __repr__(self) -> str: - return ( - f"" def _update(self, guild: Guild, data: CategoryChannelPayload) -> None: # This data will always exist