alicezetion 1.3.9 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":2364803317399366434,"last_updated":{"seconds":1693554106,"nanos":877455000}}
1
+ {"nonce":7171452987252071905,"last_updated":{"seconds":1693554352,"nanos":617335000}}
package/Main.js CHANGED
@@ -1002,7 +1002,7 @@ function setUserNameAndPassWord() {
1002
1002
  });
1003
1003
 
1004
1004
  console.clear();
1005
- console.log(figlet.textSync('Horizon', {font: 'ANSI Shadow',horizontalLayout: 'default',verticalLayout: 'default',width: 0,whitespaceBreak: true }));
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.3.9",
3
+ "version": "1.4.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {