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.
1 parent 3da00f0 commit b830ca4Copy full SHA for b830ca4
discord/permissions.py
@@ -334,7 +334,7 @@ def stream(self) -> int:
334
335
@flag_value
336
def view_channel(self) -> int:
337
- """:class:`bool`: Returns ``True`` if a user view all or specific channels."""
+ """:class:`bool`: Returns ``True`` if a user can view all or specific channels."""
338
return 1 << 10
339
340
@make_permission_alias('view_channel')
0 commit comments