Update html/video-error.ejs

This commit is contained in:
ashley 2025-08-18 00:26:44 +02:00
parent b7a954a3b3
commit 8f67f12b1f

View File

@ -12,7 +12,8 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<";
} else {
reason = "Poke is currently restarting - please wait 1-2 minutes..";
reason = "there could be few reasons why
";
}
%>