Skip to content

Commit 1a55229

Browse files
authored
docs: Fix description in set_rate_limit_per_user (#907)
1 parent d7a3d47 commit 1a55229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/models/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ async def set_rate_limit_per_user(
487487
reason: Optional[str] = None,
488488
) -> "Channel":
489489
"""
490-
Sets the position of the channel.
490+
Sets the amount of seconds a user has to wait before sending another message.
491491
492492
:param rate_limit_per_user: The new rate_limit_per_user of the channel (0-21600)
493493
:type rate_limit_per_user: int

0 commit comments

Comments
 (0)