@skyzopedia/baileys-mod 5.0.2 → 5.0.3
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/LICENSE +1 -1
- package/lib/index.js +8 -3
- package/package.json +2 -1
package/LICENSE
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
//=======================================================//
|
|
2
2
|
|
|
3
|
+
import gradient from "gradient-string";
|
|
4
|
+
|
|
5
|
+
console.log();
|
|
6
|
+
console.log(gradient.vice('## Baileys Mod by Skyzopedia'));
|
|
7
|
+
console.log(gradient.vice('Thank you for using Baileys, enjoy!'));
|
|
3
8
|
console.log();
|
|
4
|
-
console.log(
|
|
5
|
-
console.log(
|
|
6
|
-
console.log(
|
|
9
|
+
console.log(gradient.vice('## My Sosial Media'));
|
|
10
|
+
console.log(gradient.vice('• Telegram: https://t.me/Xskycode'));
|
|
11
|
+
console.log(gradient.vice('• Youtube: https://youtube.com/@skyzopedia-0xf'));
|
|
7
12
|
console.log();
|
|
8
13
|
|
|
9
14
|
import makeWASocket from "./Socket/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyzopedia/baileys-mod",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Websocket Whatsapp API for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"async-mutex": "*",
|
|
47
47
|
"@hapi/boom": "*",
|
|
48
48
|
"pbjs": "^0.0.14",
|
|
49
|
+
"gradient-string": "*",
|
|
49
50
|
"protobufjs": "*",
|
|
50
51
|
"lru-cache": "*",
|
|
51
52
|
"readline": "*",
|