mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 23:14:39 -05:00
awa
This commit is contained in:
parent
0c628a9cd0
commit
5a486263e1
1 changed files with 2 additions and 2 deletions
|
@ -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 :<";
|
||||
}
|
||||
%>
|
||||
|
||||
|
|
Loading…
Reference in a new issue