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