Table of Contents

Method WithAlias

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

WithAlias(string)

Adds an alias to this command.

public CommandBuilder WithAlias(string alias)

Parameters

alias string

Alias to add to the command.

Returns

CommandBuilder

This builder.