English: Update telegram link

This commit is contained in:
OleSTEEP 2024-01-24 17:20:11 +03:00
parent 1e35dd2856
commit 11f7f70463

View file

@ -910,7 +910,7 @@ Scene_OmoriTitleScreen.prototype.updateCommandInput = function () {
case 3: // ported by
AudioManager.playSe({ name: "SYS_select", pan: 0, pitch: 100, volume: 90 });
setTimeout(() => {
window.open('https://t.me/visual_novels_for_android', '_blank').focus();
window.open('https://t.me/visual_novels_android_eng', '_blank').focus();
}, 1000);
break;
}