aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console/src/jsMain/kotlin/main.kt2
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")
})