Constructor LavalinkConfiguration
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
LavalinkConfiguration()
Creates a new instance of LavalinkConfiguration.
public LavalinkConfiguration()
LavalinkConfiguration(LavalinkConfiguration)
Creates a new instance of LavalinkConfiguration, copying the properties of another configuration.
public LavalinkConfiguration(LavalinkConfiguration other)
Parameters
other
LavalinkConfigurationConfiguration the properties of which are to be copied.