From 3c12124d0eddda121f035dbfe9770d6b02a94fac Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Fri, 2 Sep 2022 07:44:08 +0430 Subject: ITS CALLED FUCKING "CODE" NOT "VSC" --- console/src/jsMain/kotlin/main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }) -- cgit