Class GlobalApplicationCommandsRegisteredEventArgs
Represents arguments for a GlobalApplicationCommandsRegistered event.
Inheritance
System.Object
System.EventArgs
GlobalApplicationCommandsRegisteredEventArgs
Namespace: DisCatSharp.ApplicationCommands.EventArgs
Assembly: DisCatSharp.ApplicationCommands.dll
Syntax
public class GlobalApplicationCommandsRegisteredEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceRegisteredCommands
Gets all registered global commands.
Declaration
public IReadOnlyList<DiscordApplicationCommand> RegisteredCommands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordApplicationCommand> |