Table of Contents

Method WithPriority

Namespace
DSharpPlus.CommandsNext.Builders
Assembly
DSharpPlus.CommandsNext.dll

WithPriority(int)

Sets the priority for this command overload.

public CommandOverloadBuilder WithPriority(int priority)

Parameters

priority int

Priority for this command overload.

Returns

CommandOverloadBuilder

This builder.