This commit is contained in:
julien 2025-05-06 11:58:51 +02:00
parent a99e9cbf2e
commit 1866a61b2e

View File

@ -1,4 +1,6 @@
import { Client, LocalAuth, Buttons } from 'whatsapp-web.js';
import pkg from 'whatsapp-web.js';
const { Client, LocalAuth, Buttons } = pkg;
import express from 'express';
import qrcode from 'qrcode';
import path from 'path';