Search Results for

    Show / Hide Table of Contents

    Class ApplicationCommandsModuleStartupFinishedEventArgs

    Represents arguments for a ApplicationCommandsModuleStartupFinished event.

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

    Properties

    | Improve this Doc View Source

    GuildsWithoutScope

    Gets a list of all guild ids missing the application commands scope.

    Declaration
    public IReadOnlyList<ulong> GuildsWithoutScope { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<System.UInt64>
    | Improve this Doc View Source

    RegisteredGlobalCommands

    Gets all registered global commands.

    Declaration
    public IReadOnlyList<DiscordApplicationCommand> RegisteredGlobalCommands { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordApplicationCommand>
    | Improve this Doc View Source

    RegisteredGuildCommands

    Gets all registered guild commands mapped by guild id.

    Declaration
    public IReadOnlyDictionary<ulong, IReadOnlyList<DiscordApplicationCommand>> RegisteredGuildCommands { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.UInt64, 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