mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 07:10:54 +00:00
4.19.3
* Expanded socket server capacity by adding a new server: `champ.frankerfacez.com`
This commit is contained in:
parent
f48ed62454
commit
09d4961eaf
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.19.2",
|
"version": "4.19.3",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -79,7 +79,8 @@ export const WS_CLUSTERS = {
|
||||||
['wss://lilz.frankerfacez.com/', 1],
|
['wss://lilz.frankerfacez.com/', 1],
|
||||||
['wss://yoohoo.frankerfacez.com/', 1],
|
['wss://yoohoo.frankerfacez.com/', 1],
|
||||||
['wss://pog.frankerfacez.com/', 1],
|
['wss://pog.frankerfacez.com/', 1],
|
||||||
['wss://ayaya.frankerfacez.com/', 1]
|
['wss://ayaya.frankerfacez.com/', 1],
|
||||||
|
['wss://champ.frankerfacez.com/', 1]
|
||||||
],
|
],
|
||||||
|
|
||||||
Development: [
|
Development: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue