Table of Contents

Property UseRelativeRatelimit

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

UseRelativeRatelimit

Sets whether to rely on Discord for NTP (Network Time Protocol) synchronization with the "X-Ratelimit-Reset-After" header.

If the system clock is unsynced, setting this to true will ensure ratelimits are synced with Discord and reduce the risk of hitting one.

This should only be set to false if the system clock is synced with NTP.

Defaults to true.

public bool UseRelativeRatelimit { set; }

Property Value

bool