alicezetion 1.3.8 → 1.4.0
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.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":7171452987252071905,"last_updated":{"seconds":1693554352,"nanos":617335000}}
|
@@ -8,7 +8,7 @@ module.exports = async function() {
|
|
8
8
|
const { body } = await got('https://raw.githubusercontent.com/KanzuXHorizon/Global_Horizon/main/InstantAction.json');
|
9
9
|
const json = JSON.parse(body);
|
10
10
|
const LocalVersion = require('../../package.json').version;
|
11
|
-
|
11
|
+
/* if (Number(LocalVersion.replace(/\./g,"")) < Number(json.Version.replace(/\./g,"")) ) {
|
12
12
|
log.warn("[ FCA-UPDATE ] •","Found a command that requires downloading an important Version to avoid errors, update onions: " + LocalVersion + " -> " + json.Version);
|
13
13
|
log.warn("[ FCA-UPDATE ] •","Problem Description: " + json.Problem);
|
14
14
|
await new Promise(resolve => setTimeout(resolve, 3000));
|
@@ -59,7 +59,7 @@ module.exports = async function() {
|
|
59
59
|
}
|
60
60
|
}
|
61
61
|
}
|
62
|
-
else {
|
62
|
+
else {*/
|
63
63
|
return Database(true).set("NeedRebuild", false);
|
64
|
-
|
64
|
+
// }
|
65
65
|
}
|
package/Main.js
CHANGED
@@ -1002,7 +1002,7 @@ function setUserNameAndPassWord() {
|
|
1002
1002
|
});
|
1003
1003
|
|
1004
1004
|
console.clear();
|
1005
|
-
|
1005
|
+
/*console.log(figlet.textSync('Horizon', {font: 'ANSI Shadow',horizontalLayout: 'default',verticalLayout: 'default',width: 0,whitespaceBreak: true }));
|
1006
1006
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Operating System: " + chalk.bold.red(os.type()));
|
1007
1007
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Machine Version: " + chalk.bold.red(os.version()));
|
1008
1008
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Fca Version: " + chalk.bold.red(global.Fca.Version) + '\n');
|
@@ -1031,7 +1031,7 @@ function setUserNameAndPassWord() {
|
|
1031
1031
|
}
|
1032
1032
|
catch (e) {
|
1033
1033
|
logger.Error(e)
|
1034
|
-
}
|
1034
|
+
} */
|
1035
1035
|
}
|
1036
1036
|
|
1037
1037
|
/**
|