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.
set_rate_limit_per_user
1 parent d7a3d47 commit 1a55229Copy full SHA for 1a55229
interactions/api/models/channel.py
@@ -487,7 +487,7 @@ async def set_rate_limit_per_user(
487
reason: Optional[str] = None,
488
) -> "Channel":
489
"""
490
- Sets the position of the channel.
+ Sets the amount of seconds a user has to wait before sending another message.
491
492
:param rate_limit_per_user: The new rate_limit_per_user of the channel (0-21600)
493
:type rate_limit_per_user: int
0 commit comments