Interface ICommandExecutor
- Namespace
- DSharpPlus.CommandsNext.Executors
- Assembly
- DSharpPlus.CommandsNext.dll
Defines an API surface for all command executors.
public interface ICommandExecutor
Methods
- ExecuteAsync(CommandContext)
Executes a command from given context.