change Ip of new Lavalink

This commit is contained in:
Tueem
2022-05-24 18:40:19 +02:00
committed by GitHub
parent ac0f6e18ed
commit 1fc3fae278

View File

@@ -87,9 +87,9 @@ namespace TomatenMusic
.AddSingleton( .AddSingleton(
new LavalinkNodeOptions new LavalinkNodeOptions
{ {
RestUri = "http://116.202.92.16:2333", RestUri = "http://127.0.0.1:2333",
Password = config.LavaLinkPassword, Password = config.LavaLinkPassword,
WebSocketUri = "ws://116.202.92.16:2333", WebSocketUri = "ws://127.0.0.1:2333",
AllowResuming = true AllowResuming = true
}) })