[termux] testing support for termux v20

This commit is contained in:
synt-xerror
2026-03-14 03:43:03 -03:00
parent 5e63030326
commit 1d11e71fad

View File

@@ -34,12 +34,9 @@ export const client = new Client({
}
});
// debug
console.log("isTermux:", isTermux);
console.log(process.env.PREFIX);
client.on("qr", qr => {
console.log("[BOT] Escaneie o QR Code");
console.log(qr);
qrcode.generate(qr, { small: true });
});