Search Results for

    Show / Hide Table of Contents

    Class GuildApplicationCommandCountEventArgs

    Represents arguments for application command events.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    GuildApplicationCommandCountEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class GuildApplicationCommandCountEventArgs : DiscordEventArgs

    Constructors

    | Improve this Doc View Source

    GuildApplicationCommandCountEventArgs(IServiceProvider)

    Initializes a new instance of the GuildApplicationCommandCountEventArgs class.

    Declaration
    public GuildApplicationCommandCountEventArgs(IServiceProvider provider)
    Parameters
    Type Name Description
    System.IServiceProvider provider

    The provider.

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    MessageContextMenuCommands

    Gets the count of message context menu commands.

    Declaration
    public int MessageContextMenuCommands { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SlashCommands

    Gets the count of slash commands.

    Declaration
    public int SlashCommands { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UserContextMenuCommands

    Gets the count of user context menu commands.

    Declaration
    public int UserContextMenuCommands { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

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