Enum CooldownBucketType
Defines how are command cooldowns applied.
Namespace: DSharpPlus.CommandsNext.Attributes
Assembly: cs.temp.dll.dll
Syntax
public enum CooldownBucketType
Fields
Name | Description |
---|---|
Channel | Denotes that the command will have its cooldown applied per-channel. |
Global | Denotes that the command will have its cooldown applied globally. |
Guild | Denotes that the command will have its cooldown applied per-guild. In DMs, this applies the cooldown per-channel. |
User | Denotes that the command will have its cooldown applied per-user. |