Table of Contents

Method WithOverload

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

WithOverload(CommandOverloadBuilder)

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

public CommandBuilder WithOverload(CommandOverloadBuilder overload)

Parameters

overload CommandOverloadBuilder

Overload to add to this command.

Returns

CommandBuilder

This builder.