Table of Contents

Constructor CommandsNextConfiguration

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

CommandsNextConfiguration()

Creates a new instance of CommandsNextConfiguration.

public CommandsNextConfiguration()

CommandsNextConfiguration(CommandsNextConfiguration)

Creates a new instance of CommandsNextConfiguration, copying the properties of another configuration.

public CommandsNextConfiguration(CommandsNextConfiguration other)

Parameters

other CommandsNextConfiguration

Configuration the properties of which are to be copied.