Property CommandProcessor
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
CommandProcessor
The command processor that this converter is associated with.
public BaseCommandProcessor<TConverter, TConverterContext, TCommandContext> CommandProcessor { get; init; }
Property Value
- BaseCommandProcessor<TConverter, TConverterContext, TCommandContext>