Table of Contents

Constructor CommandAttribute

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

CommandAttribute()

Marks this method as a command, using the method's name as command name.

public CommandAttribute()

CommandAttribute(string)

Marks this method as a command with specified name.

public CommandAttribute(string name)

Parameters

name string

Name of this command.