Add Bypass bot check log

This commit is contained in:
dangered wolf 2022-08-17 05:06:06 -04:00
parent 48c496370f
commit f18ebd083a
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -78,7 +78,11 @@ const statusRequest = async (
/* Direct media or API access bypasses bot check, returning same response regardless of UA */
if (isBotUA || flags.direct || flags.api) {
console.log(`Matched bot UA ${userAgent}`);
if (isBotUA) {
console.log(`Matched bot UA ${userAgent}`);
} else {
console.log('Bypass bot check');
}
/* This throws the necessary data to handleStatus (in status.ts) */
const statusResponse = await handleStatus(