Comentário de alguns consoles

pull/1/head
adriano 2022-04-01 17:11:12 -03:00
parent 6c9ca4f10e
commit f0e5167edd
2 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,8 @@ export const initWbot = async (whatsapp: Whatsapp): Promise<Session> => {
wbot.on("ready", async () => {
logger.info(`Session: ${sessionName} READY`);
// console.log('>>>>>>>>>>>>>> ready wbot.ts MOBILE NUMBER: ', wbot.info["wid"]["user"])
await whatsapp.update({
status: "CONNECTED",
qrcode: "",

View File

@ -20,6 +20,9 @@ const wbotMonitor = async (
try {
wbot.on("change_state", async newState => {
logger.info(`Monitor session: ${sessionName}, ${newState}`);
// console.log('>>>>>>>>>>>>>> change_state wbotMonitor.ts MOBILE NUMBER: ', wbot.info["wid"]["user"])
try {
await whatsapp.update({ status: newState });
} catch (err) {