Table of Contents

Enum CooldownBucketType

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

Defines how are command cooldowns applied.

public enum CooldownBucketType
Extension Methods

Fields

Channel = 2

Denotes that the command will have its cooldown applied per-channel.

Global = 0

Denotes that the command will have its cooldown applied globally.

Guild = 4

Denotes that the command will have its cooldown applied per-guild. In DMs, this applies the cooldown per-channel.

User = 1

Denotes that the command will have its cooldown applied per-user.