diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-09 16:41:35 +0330 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-10-09 16:41:35 +0330 |
commit | 779a2a875af4f77e4a2925b1af4bf767071a0ba6 (patch) | |
tree | 1f3d5f93aca78d6d5bd5707d781c8fb1215891cd | |
parent | 9bc16a48834d4bb25f48607d26d0e22e7985f5a0 (diff) | |
download | exhq.github.io-779a2a875af4f77e4a2925b1af4bf767071a0ba6.tar.gz exhq.github.io-779a2a875af4f77e4a2925b1af4bf767071a0ba6.tar.bz2 exhq.github.io-779a2a875af4f77e4a2925b1af4bf767071a0ba6.zip |
sorry ashley
-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 68d5297..ecbd4c4 100644 --- a/console/src/jsMain/kotlin/main.kt +++ b/console/src/jsMain/kotlin/main.kt @@ -250,7 +250,7 @@ fun main() { }) console.registerCommand(command("vscode", "vsc", "code") { console.addLine("ew microsoft") - redirect("https://www.poketube.fun/watch?v=lpiB2wMc49g") + redirect("https://www.youtube.com/watch?v=lpiB2wMc49g") }) console.registerCommand(command("testredirect") { redirect(args[0]) |