Table of Contents

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 TextCommandConfiguration

The configuration to use with this processor.