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
CommandOverloadBuilderOverload to add to this command.
Returns
- CommandBuilder
This builder.