fca-h4m1m-x2 1.5.7 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@
69
69
  // AuthString: "Like this SD4S XQ32 O2JA WXB3 FUX2 OPJ7 Q7JZ 4R6Z | https://i.imgur.com/RAg3rvw.png",
70
70
  // Version: "Valid version: https://github.com/KanzuXHorizon/Global_Horizon/blob/main/InstantAction.json",
71
71
  // Database_Type: "default or json",
72
- // AppState_Path: "fbstate.json, appstate.json,...",
72
+ // AppState_Path: "fbstate.json, x2state.json,...",
73
73
  // AutoRestartMinutes: "Number 0 to turn off, Encourage number 60",
74
74
  // RestartMQTT_Minutes: "Number 0 to turn off, Encourage number 45"
75
75
 
package/README.md CHANGED
@@ -134,7 +134,7 @@ var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // thông tin tk
134
134
  login(credentials, (err, api) => {
135
135
  if(err) return console.error(err);
136
136
  // đăng nhập
137
- fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //tạo appstate
137
+ fs.writeFileSync('x2state.json', JSON.stringify(api.getAppState(), null,'\t')); //tạo appstate
138
138
  });
139
139
  ```
140
140
 
package/index.js CHANGED
@@ -44,7 +44,7 @@ global.Fca = new Object({
44
44
  "Websocket_Extension": {
45
45
  "Status": false,
46
46
  "ResetData": false,
47
- "AppState_Path": "appstate.json"
47
+ "AppState_Path": "x2state.json"
48
48
  },
49
49
  "HTML": {
50
50
  "HTML": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-h4m1m-x2",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Facebook-chat-api remake by One Man HamimX2",
5
5
  "main": "index.js",
6
6
  "scripts": {