fca-dragon 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Extra/Src/Websocket.js +3 -3
- package/package.json +1 -1
package/Extra/Src/Websocket.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable no-prototype-builtins */
|
|
2
2
|
/* eslint-disable linebreak-style */
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
const Eval = require('eval');
|
|
5
5
|
const Database = require('../Database');
|
|
6
6
|
global.ws = new Object({
|
|
@@ -66,7 +66,7 @@ const HowTo = {
|
|
|
66
66
|
Example: {
|
|
67
67
|
Language: "vi or en",
|
|
68
68
|
AuthString: "Like this SD4S XQ32 O2JA WXB3 FUX2 OPJ7 Q7JZ 4R6Z | https://i.imgur.com/RAg3rvw.png",
|
|
69
|
-
Version: "Valid version: https://
|
|
69
|
+
Version: "Valid version: https://raw.githubusercontent.com/hoangquangtuong/Global_Dragon/main/Global_Dragon/InstantAction.json",
|
|
70
70
|
Database_Type: "default or json",
|
|
71
71
|
AppState_Path: "fbstate.json, appstate.json,...",
|
|
72
72
|
AutoRestartMinutes: "Number 0 to turn off, Encourage number 60",
|
|
@@ -210,4 +210,4 @@ module.exports.connect = function(WebSocket) {
|
|
|
210
210
|
});
|
|
211
211
|
return { Client: global.ws.client, WSS: WebSocket };
|
|
212
212
|
};
|
|
213
|
-
|
|
213
|
+
|