mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
add reason for fail
This commit is contained in:
parent
56fa4b8993
commit
750dc09ef6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
||||||
reason = "Video not found :c";
|
reason = "Video not found :c";
|
||||||
} else {
|
} else {
|
||||||
reason = "this helps protect our community.";
|
reason = "youtube probably blocked youtube or the api server is down qwq - report https://discord.poketube.fun :p";
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue