Class GuildApplicationCommandsRegisteredEventArgs
Represents arguments for a GuildApplicationCommandsRegistered event.
Inheritance
System.Object
System.EventArgs
GuildApplicationCommandsRegisteredEventArgs
Namespace: DisCatSharp.ApplicationCommands.EventArgs
Assembly: DisCatSharp.ApplicationCommands.dll
Syntax
public class GuildApplicationCommandsRegisteredEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuildId
Gets the target guild id.
Declaration
public ulong GuildId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
RegisteredCommands
Gets all registered guild commands.
Declaration
public IReadOnlyList<DiscordApplicationCommand> RegisteredCommands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordApplicationCommand> |