Table of Contents

Method WithAliases

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