We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>
CategoryChannel.__repr__
1 parent c5a14eb commit ca022fcCopy full SHA for ca022fc
discord/channel.py
@@ -2909,9 +2909,7 @@ def __init__(
2909
self._update(guild, data)
2910
2911
def __repr__(self) -> str:
2912
- return (
2913
- f"<CategoryChannel id={self.id} name={self.name!r} position={self.position}"
2914
- )
+ return f"<CategoryChannel id={self.id} name={self.name!r} position={self.position}>"
2915
2916
def _update(self, guild: Guild, data: CategoryChannelPayload) -> None:
2917
# This data will always exist
0 commit comments