alicezetion 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":1264470798775225773,"last_updated":{"seconds":1693555502,"nanos":617284000}}
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {