waengine 2.2.5 β 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/session-menu.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waengine",
|
|
3
|
-
"version": "2.2
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "π WAEngine - The most powerful WhatsApp Bot Library with 860+ Working Features, Complete Baileys Integration & Production-Ready Stability",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
package/src/session-menu.js
CHANGED
|
@@ -107,7 +107,7 @@ export class SessionMenu {
|
|
|
107
107
|
|
|
108
108
|
const scriptContent = `
|
|
109
109
|
// Auto-generiertes Session-Start-Script fΓΌr: ${sessionName}
|
|
110
|
-
import { WhatsAppClient } from '
|
|
110
|
+
import { WhatsAppClient } from 'waengine';
|
|
111
111
|
import fs from 'fs';
|
|
112
112
|
|
|
113
113
|
console.log('ββββββββββββββββββββββββββββββββββββββββββ');
|