diff --git a/interactions/api/models/channel.py b/interactions/api/models/channel.py index 7c6e09904..27c3bf6f0 100644 --- a/interactions/api/models/channel.py +++ b/interactions/api/models/channel.py @@ -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