Table of Contents

Method WithAlias

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