Constructor TextCommandProcessor
- Namespace
- DSharpPlus.Commands.Processors.TextCommands
- Assembly
- DSharpPlus.Commands.dll
TextCommandProcessor()
Creates a new instance of TextCommandProcessor with the default configuration.
public TextCommandProcessor()
TextCommandProcessor(TextCommandConfiguration)
Creates a new instance of TextCommandProcessor with the specified configuration.
public TextCommandProcessor(TextCommandConfiguration configuration)
Parameters
configuration
TextCommandConfigurationThe configuration to use with this processor.