desativaçao de codigo de bot
parent
4ee662f4ff
commit
18db49c88c
|
@ -596,7 +596,7 @@ const handleMessage = async (msg: any, wbot: any): Promise<void> => {
|
|||
|
||||
//Habilitar esse caso queira usar o bot
|
||||
// const botInfo = await BotIsOnQueue('botqueue')
|
||||
const botInfo = { isOnQueue: false, botQueueId: 0, userIdBot: 0 };
|
||||
// const botInfo = { isOnQueue: false, botQueueId: 0, userIdBot: 0 };
|
||||
|
||||
|
||||
if (msg && !msg.fromMe && ticket.status == "pending") {
|
||||
|
|
Loading…
Reference in New Issue