Skip to content

Commit 6074efa

Browse files
committed
Update channel.py
1 parent 6f7964f commit 6074efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(
229229

230230
@property
231231
def _repr_attrs(self) -> tuple[str, ...]:
232-
return "id", "name", "position", "nsfw", "category_id"
232+
return "id", "name", "position", "category_id"
233233

234234
def __repr__(self) -> str:
235235
attrs = [(val, getattr(self, val)) for val in self._repr_attrs]

0 commit comments

Comments
 (0)