1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-08 07:10:54 +00:00
* Expanded socket server capacity by adding a new server: `champ.frankerfacez.com`
This commit is contained in:
SirStendec 2020-03-15 14:43:02 -04:00
parent f48ed62454
commit 09d4961eaf
2 changed files with 3 additions and 2 deletions

View file

@ -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": {

View file

@ -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: [