diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-09-02 07:44:08 +0430 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-09-02 07:44:08 +0430 |
commit | 3c12124d0eddda121f035dbfe9770d6b02a94fac (patch) | |
tree | e4a12c67d960ec01db662c699b28cf186efec620 /console | |
parent | 040575fd2b2ac4aa3ddeafed43a113a1d1246ece (diff) | |
download | exhq.github.io-3c12124d0eddda121f035dbfe9770d6b02a94fac.tar.gz exhq.github.io-3c12124d0eddda121f035dbfe9770d6b02a94fac.tar.bz2 exhq.github.io-3c12124d0eddda121f035dbfe9770d6b02a94fac.zip |
ITS CALLED FUCKING "CODE" NOT "VSC"
Diffstat (limited to 'console')
-rw-r--r-- | console/src/jsMain/kotlin/main.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/src/jsMain/kotlin/main.kt b/console/src/jsMain/kotlin/main.kt index 39c5b29..50ed218 100644 --- a/console/src/jsMain/kotlin/main.kt +++ b/console/src/jsMain/kotlin/main.kt @@ -141,7 +141,7 @@ fun main() { console.addLine("bro you don have the password smh") } }) - console.registerCommand(command("vscode", "vsc"){ + console.registerCommand(command("vscode", "vsc", "code"){ console.addLine("ew microsoft") redirect("https://www.youtube.com/watch?v=lpiB2wMc49g") }) |