Table of Contents

Namespace HeyBox.Interactions.Builders

Classes

CommandBuilder<TInfo, TBuilder, TParamBuilder>

表示用于创建 CommandInfo<TParameter> 的基础生成器类。

CommandParameterBuilder

表示用于创建 CommandParameterInfo 的参数生成器。

ModuleBuilder

表示用于创建 ModuleInfo 的生成器。

ParameterBuilder<TInfo, TBuilder>

表示用于创建 IParameterInfo 的基础生成器类。

SlashCommandBuilder

表示用于创建 SlashCommandInfo 的生成器。

SlashCommandParameterBuilder

Represents a builder for creating SlashCommandParameterInfo.

Interfaces

ICommandBuilder

表示用于创建 ICommandInfo 的命令生成器。

IParameterBuilder

表示用于创建 IParameterInfo 的命令参数生成器。