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
CommandsNextConfigurationConfiguration the properties of which are to be copied.