From a62223b1ace96f2bf8ab7a19d6fa758da54bb3d6 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:31:49 +1000 Subject: [PATCH] Don't reset voice regions on server start --- bundle/src/Server.ts | 28 ++++++++++++++-------------- 1 file 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