Class CommandEventArgs
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
Base class for all CNext-related events.
public class CommandEventArgs : DiscordEventArgs
- Inheritance
-
CommandEventArgs
- Derived
- Inherited Members
Constructors
- CommandEventArgs(IServiceProvider)
Initializes a new instance of the CommandEventArgs class.
Properties
- Command
Gets the command that was executed.
- Context
Gets the context in which the command was executed.