Table of Contents

Method WithOverloads

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

WithOverloads(params CommandOverloadBuilder[])

Adds overloads to this command. An executable command needs to have at least one overload.

public CommandBuilder WithOverloads(params CommandOverloadBuilder[] overloads)

Parameters

overloads CommandOverloadBuilder[]

Overloads to add to this command.

Returns

CommandBuilder

This builder.