Table of Contents

Method WithAliases

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

WithAliases(params string[])

Adds aliases to this command.

public CommandBuilder WithAliases(params string[] aliases)

Parameters

aliases string[]

Aliases to add to the command.

Returns

CommandBuilder

This builder.