Skip to main content
Module

x/natico/mod.ts>SessionStartLimit

A powerful and customizable framework for Discordeno
Latest
interface SessionStartLimit
Re-export
import { type SessionStartLimit } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Properties

total: number

The total number of session starts the current user is allowed

remaining: number

The remaining number of session starts the current user is allowed

resetAfter: number

The number of milliseconds after which the limit resets

maxConcurrency: number

The number of identify requests allowed per 5 seconds