1
Fork 0
This commit is contained in:
ashley 2024-09-15 12:10:55 +00:00
parent 0c628a9cd0
commit 5a486263e1

View file

@ -10,9 +10,9 @@
let reason; let reason;
if (!isValidYouTubeID(v) || isLetterSpam(v)) { if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found :c"; reason = "Video not found >~<";
} else { } else {
reason = "youtube probably blocked poke or the api server is down qwq - report to https://discord.poketube.fun :p"; reason = "youtube probably blocked poke or the api server is down :<";
} }
%> %>