Skip to content

Commit 41c9261

Browse files
committed
📝 Fix versionadded for bypass slowmode permission to 2.7
1 parent 9060a84 commit 41c9261

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
@@ -684,7 +684,7 @@ def pin_messages(self) -> int:
684684
def bypass_slowmode(self) -> int:
685685
""":class:`bool`: Returns ``True`` if a user can bypass slowmode.
686686
687-
.. versionadded:: tbd
687+
.. versionadded:: 2.7
688688
"""
689689
return 1 << 52
690690

0 commit comments

Comments
 (0)