summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-22 20:31:49 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-22 20:31:49 +1000
commita62223b1ace96f2bf8ab7a19d6fa758da54bb3d6 (patch)
tree888d3bef1e6e29e185ae361d8c4347c6846943bb
parentdon't try to save undefined data in status (diff)
downloadserver-a62223b1ace96f2bf8ab7a19d6fa758da54bb3d6.tar.xz
Don't reset voice regions on server start
-rw-r--r--bundle/src/Server.ts28
1 files changed, 14 insertions, 14 deletions
diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts

index 651e8e64..9cef9ed1 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts
@@ -49,20 +49,20 @@ async function main() { endpointPublic: `ws://localhost:${port}`, }), }, - regions: { - default: "fosscord", - useDefaultAsOptimal: true, - available: [ - { - id: "fosscord", - name: "Fosscord", - endpoint: "127.0.0.1:3004", - vip: false, - custom: false, - deprecated: false, - }, - ], - }, + // regions: { + // default: "fosscord", + // useDefaultAsOptimal: true, + // available: [ + // { + // id: "fosscord", + // name: "Fosscord", + // endpoint: "slowcord.maddy.k.vu:3004", + // vip: false, + // custom: false, + // deprecated: false, + // }, + // ], + // }, } as any); //Sentry