Search Results for

    Show / Hide Table of Contents

    Class GuildApplicationCommandsRegisteredEventArgs

    Represents arguments for a GuildApplicationCommandsRegistered event.

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

    Properties

    | Improve this Doc View Source

    GuildId

    Gets the target guild id.

    Declaration
    public ulong GuildId { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    RegisteredCommands

    Gets all registered guild 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