Table of Contents

Property MaximumRatelimitRetries

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

MaximumRatelimitRetries

Specifies the maximum amount of retries to attempt when ratelimited. Retries will still try to respect the ratelimit.

public int MaximumRatelimitRetries { set; }

Property Value

int

Remarks

Setting this value to 0 disables retrying, including on pre-emptive ratelimits. Defaults to MaxValue.