defantzyy 1.5.0 → 1.6.0
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/lib/index.js +8 -4
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -18,10 +18,8 @@ console.log(chalk.white(`
|
|
|
18
18
|
console.log(
|
|
19
19
|
chalk.hex('#d7a1ff').italic(' T H A N K S F O R U S I N G\n') +
|
|
20
20
|
chalk.hex('#a78bfa').italic(' M Y B A I L E Y S ♡\n\n') +
|
|
21
|
-
chalk.hex('#
|
|
22
|
-
|
|
23
|
-
chalk.hex('#c084fc').italic(' Bassed by Ikram Official\n') +
|
|
24
|
-
chalk.hex('#a78bfa').italic(' Wangsap: wa.me/MarZuckerberg\n\n') +
|
|
21
|
+
chalk.hex('#d7a1ff').italic('> Zileys | WhatsApp API') +
|
|
22
|
+
chalk.hex('#d7a1ff').italic('> Thanks for using this Modified Baileys!') +
|
|
25
23
|
chalk.hex('#d7a1ff').italic(' ⋆ ˚ ✧ ₊ ˚ ෆ\n')
|
|
26
24
|
);
|
|
27
25
|
|
|
@@ -29,6 +27,12 @@ console.log(chalk.white(`
|
|
|
29
27
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
30
28
|
`));
|
|
31
29
|
|
|
30
|
+
clearConsole();
|
|
31
|
+
|
|
32
|
+
console.log(
|
|
33
|
+
`\n > Zileys | WhatsApp API \n > Happy for all! \n`
|
|
34
|
+
//footer nanti
|
|
35
|
+
|
|
32
36
|
// ============================
|
|
33
37
|
// FIXED __createBinding
|
|
34
38
|
// ============================
|