Fix SessionStartLimits and SKU.subscriptions docstrings

This commit is contained in:
DA344
2025-01-16 00:22:04 +01:00
committed by GitHub
parent eb15aa8ca4
commit 6214942f86
2 changed files with 4 additions and 4 deletions

View File

@ -299,6 +299,8 @@ class ShardInfo:
class SessionStartLimits:
"""A class that holds info about session start limits
.. versionadded:: 2.5
Attributes
----------
total: :class:`int`
@ -309,8 +311,6 @@ class SessionStartLimits:
The number of milliseconds until the limit resets
max_concurrency: :class:`int`
The number of identify requests allowed per 5 seconds
.. versionadded:: 2.5
"""
__slots__ = ("total", "remaining", "reset_after", "max_concurrency")