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