Enum CooldownBucketType
- Namespace
- DisCatSharp.Enums.Core
- Assembly
- DisCatSharp.dll
Defines how are command cooldowns applied.
[Flags]
public enum CooldownBucketType
Fields
Global = 0Denotes that the command will have its cooldown applied globally.
User = 1Denotes that the command will have its cooldown applied per-user globally.
Channel = 2Denotes that the command will have its cooldown applied per-channel.
Guild = User | ChannelDenotes that the command will have its cooldown applied per-guild. Skipped for DMs.
Member = 4Denotes that the command will have its cooldown applied per-member per-guild. Skipped for DMs.