Search Results for

    Show / Hide Table of Contents

    Enum CooldownBucketType

    Defines how are command cooldowns applied.

    Namespace: DisCatSharp.CommandsNext.Attributes
    Assembly: DisCatSharp.CommandsNext.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.

    Extension Methods

    ReflectionUtilities.ToDictionary<CooldownBucketType>()
    ExtensionMethods.GetName<CooldownBucketType>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems