alicezetion 1.4.3 → 1.4.4
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/.cache/replit/__replit_disk_meta.json +1 -1
- package/Main.js +2 -4
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":932621972252211343,"last_updated":{"seconds":1693555892,"nanos":617431000}}
|
package/Main.js
CHANGED
@@ -1005,7 +1005,7 @@ function setUserNameAndPassWord() {
|
|
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
|
-
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Fca Version: " + chalk.bold.red(global.Fca.Version) + '\n')
|
1008
|
+
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Fca Version: " + chalk.bold.red(global.Fca.Version) + '\n');*/
|
1009
1009
|
try {
|
1010
1010
|
rl.question(Language.TypeAccount, (Account) => {
|
1011
1011
|
if (!Account.includes("@") && global.Fca.Require.utils.getType(parseInt(Account)) != "Number") return logger.Normal(Language.TypeAccountError, function () { process.exit(1) }); //Very Human
|
@@ -1031,9 +1031,7 @@ function setUserNameAndPassWord() {
|
|
1031
1031
|
}
|
1032
1032
|
catch (e) {
|
1033
1033
|
logger.Error(e)
|
1034
|
-
}
|
1035
|
-
Database().set("Account", "leiam@alice.gmail.com");
|
1036
|
-
Database().set("Password", "leiamaliceproject123");
|
1034
|
+
}
|
1037
1035
|
}
|
1038
1036
|
|
1039
1037
|
/**
|