Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interactions/api/models/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ async def set_rate_limit_per_user(
reason: Optional[str] = None,
) -> "Channel":
"""
Sets the position of the channel.
Sets the amount of seconds a user has to wait before sending another message.

:param rate_limit_per_user: The new rate_limit_per_user of the channel (0-21600)
:type rate_limit_per_user: int
Expand Down