DiscordRateLimitException
class DiscordRateLimitException(message: String, val retryAfterSeconds: Double, val isGlobalRateLimit: Boolean) : DiscordHttpException(source)
Thrown when a client calls an endpoint too many times.
Parameters
message
The error returned by the API.