Table of Contents

Property CommandCooldownBuckets

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

CommandCooldownBuckets

Gets the cooldown buckets for commands.

public ConcurrentDictionary<string, CooldownBucket> CommandCooldownBuckets { get; }

Property Value

ConcurrentDictionary<string, CooldownBucket>