Class GuildApplicationCommandCountEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for application command events.
public sealed class GuildApplicationCommandCountEventArgs : DiscordEventArgs
- Inheritance
-
GuildApplicationCommandCountEventArgs
- Inherited Members
Constructors
- GuildApplicationCommandCountEventArgs(IServiceProvider)
Initializes a new instance of the GuildApplicationCommandCountEventArgs class.
Properties
- Guild
Gets the guild.
- MessageContextMenuCommands
Gets the count of message context menu commands.
- SlashCommands
Gets the count of slash commands.
- UserContextMenuCommands
Gets the count of user context menu commands.