Table of Contents

Method WithCategory

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

WithCategory(string?)

Sets the category for this command.

public CommandBuilder WithCategory(string? category)

Parameters

category string

Category for this command. May be null.

Returns

CommandBuilder

This builder.