1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:14:38 -05:00

add a better reason :3

This commit is contained in:
ashley 2024-10-24 19:36:04 +00:00
parent ae1ef1f057
commit d622ed4f38

View file

@ -12,12 +12,13 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) { if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<"; reason = "Video not found >~<";
} else { } else {
reason = "trying again..."; reason = "This helps protect our community. Learn more (TRYING AGAIN....)";
} }
%> %>
<%- include('./layouts/error-video.ejs', { <%- include('./layouts/error-video.ejs', {
error: "oops - loading failed :c", error: "loading failed :c",
description: `${reason}` description: `${reason}`
}) %> }) %>