Table of Contents

Interface ICommandBuilder

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public interface ICommandBuilder

Properties

Aliases

IEnumerable<string> Aliases { get; }

Property Value

IEnumerable<string>

Priority

int Priority { get; set; }

Property Value

int

Methods

WithPriority(int)

ICommandBuilder WithPriority(int priority)

Parameters

priority int

Returns

ICommandBuilder