Enum LavalinkRoutePlannerType
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public enum LavalinkRoutePlannerType
Fields
Name | Description |
---|---|
BalancingIpRoutePlanner | Route planner that selects random IP addresses from the given block. |
NanoIpRoutePlanner | Route planner that switches the IP on every clock update. |
RotatingIpRoutePlanner | Route planner that switches the IP on ban. |
RotatingNanoIpRoutePlanner | Route planner that switches the IP on every clock update and rotates to next IP block on a ban as a fallback. |