Search Results for

    Show / Hide Table of Contents

    Class GlobalApplicationCommandsRegisteredEventArgs

    Represents arguments for a GlobalApplicationCommandsRegistered event.

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

    Properties

    | Improve this Doc View Source

    RegisteredCommands

    Gets all registered global commands.

    Declaration
    public IReadOnlyList<DiscordApplicationCommand> RegisteredCommands { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordApplicationCommand>

    Extension Methods

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