Update main.js.download

This commit is contained in:
Adil Sadqi 2023-04-01 21:35:57 +00:00 committed by GitHub
parent f1de6c3d0f
commit 509ab6ae62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ function commander(cmd) {
loopLines(help, "color2 margin", 80); loopLines(help, "color2 margin", 80);
break; break;
case "version": case "version":
addLine("ASCODES v2.8.0", "color2", 80); addLine("ASCODES v3.0.2", "color2", 80);
setTimeout(function() { setTimeout(function() {
},800); },800);
break; break;
@ -282,9 +282,9 @@ function commander(cmd) {
addLine("Opening Phone Number...", "color2", 0); addLine("Opening Phone Number...", "color2", 0);
newTab(phone); newTab(phone);
break; break;
case "website": case "windows":
addLine("Opening Website...", "color2", 0); addLine("Starting Windows Sadqi...", "color2", 0);
newTab(website); newTab(windows);
break; break;
case "curl": case "curl":
addLine("Opening Website...", "color2", 0); addLine("Opening Website...", "color2", 0);