Skip to content

Commit b830ca4

Browse files
krittickLulalaby
authored andcommitted
Update discord/permissions.py
1 parent 3da00f0 commit b830ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def stream(self) -> int:
334334

335335
@flag_value
336336
def view_channel(self) -> int:
337-
""":class:`bool`: Returns ``True`` if a user view all or specific channels."""
337+
""":class:`bool`: Returns ``True`` if a user can view all or specific channels."""
338338
return 1 << 10
339339

340340
@make_permission_alias('view_channel')

0 commit comments

Comments
 (0)