Table of Contents

Interface ICommandProcessor

Namespace
DSharpPlus.Commands.Processors
Assembly
DSharpPlus.Commands.dll
public interface ICommandProcessor

Properties

Commands

List of commands which are registered to this processor

ContextType

Processor specific context type. Context type which is provided on command invokation

Methods

ConfigureAsync(CommandsExtension)

This method is called on initial setup and when the extension is refreshed. Register your needed event handlers here but use a mechanism to track if the inital setup was already done and if this call is only a refresh