Table of Contents

Constructor PriorityAttribute

Namespace
DisCatSharp.CommandsNext.Attributes
Assembly
DisCatSharp.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.