From 09d4961eaf56cc6a2733169b9f11a2d03a801725 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sun, 15 Mar 2020 14:43:02 -0400 Subject: [PATCH] 4.19.3 * Expanded socket server capacity by adding a new server: `champ.frankerfacez.com` --- package.json | 2 +- src/utilities/constants.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98cd697e..67e1ce50 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.19.2", + "version": "4.19.3", "description": "FrankerFaceZ is a Twitch enhancement suite.", "license": "Apache-2.0", "scripts": { diff --git a/src/utilities/constants.js b/src/utilities/constants.js index 6deb2896..63f5da71 100644 --- a/src/utilities/constants.js +++ b/src/utilities/constants.js @@ -79,7 +79,8 @@ export const WS_CLUSTERS = { ['wss://lilz.frankerfacez.com/', 1], ['wss://yoohoo.frankerfacez.com/', 1], ['wss://pog.frankerfacez.com/', 1], - ['wss://ayaya.frankerfacez.com/', 1] + ['wss://ayaya.frankerfacez.com/', 1], + ['wss://champ.frankerfacez.com/', 1] ], Development: [