Table of Contents

Constructor PriorityAttribute

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

PriorityAttribute(int)

Defines this command overload's priority. This determines the order in which overloads will be attempted to be called. Commands will be attempted in order of priority, in descending order.

public PriorityAttribute(int priority)

Parameters

priority int

Priority of this command overload.