1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 23:14:39 -05:00
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;
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found :c";
reason = "Video not found >~<";
} 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 :<";
}
%>