new(whatsapp.gblib): Native provider works in groups now.

This commit is contained in:
rodrigorodriguez 2022-10-15 17:04:46 -03:00
parent cbec1a41b5
commit e01bc57119

View file

@ -324,7 +324,9 @@ export class DialogKeywords {
if (this.debugWeb && refresh) {
const adminNumber = this.min.core.getParam(this.min.instance, 'Bot Admin Number', null);
await this.sendFileTo(this.step, adminNumber, page, "General Bots Debugger");
if (adminNumber) {
await this.sendFileTo(this.step, adminNumber, page, "General Bots Debugger");
}
this.lastDebugWeb = new Date();
}
}