fix(all): Create bot OK.
This commit is contained in:
parent
5bf81735e8
commit
ff76a2f963
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@ import { GBConfigService } from '../../core.gbapp/services/GBConfigService.js';
|
|||
import qrcode from 'qrcode-terminal';
|
||||
import express from 'express';
|
||||
import { GBSSR } from '../../core.gbapp/services/GBSSR.js';
|
||||
import pkg, { WAState } from 'whatsapp-web.js';
|
||||
import pkg from 'whatsapp-web.js';
|
||||
import { DialogKeywords } from '../../basic.gblib/services/DialogKeywords.js';
|
||||
import { ChatServices } from '../../gpt.gblib/services/ChatServices.js';
|
||||
import { GBAdminService } from '../../admin.gbapp/services/GBAdminService.js';
|
||||
import e from 'express';
|
||||
const { List, Buttons, Client, MessageMedia } = pkg;
|
||||
const { WAState, List, Buttons, Client, MessageMedia } = pkg;
|
||||
|
||||
/**
|
||||
* Support for Whatsapp.
|
||||
|
|
Loading…
Add table
Reference in a new issue