@dappaoffc/baileys-mod 5.0.5 → 5.0.6

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.
Files changed (2) hide show
  1. package/lib/index.js +9 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1,10 +1,15 @@
1
1
  //=======================================================//
2
2
 
3
+ import gradient from "gradient-string";
3
4
 
4
- console.log();
5
- console.log("## Baileys Mod by Dappa Official");
6
- console.log("• https://t.me/kieldppa");
7
- console.log();
5
+ console.log();
6
+ console.log(gradient.vice('## Baileys Mod by Dappa Official'));
7
+ console.log(gradient.vice('Thank you for using Baileys, enjoy!'));
8
+ console.log();
9
+ console.log(gradient.vice('## My Sosial Media'));
10
+ console.log(gradient.vice('• Telegram: https://t.me/kieldppa'));
11
+ console.log(gradient.vice('• Youtube: https://www.youtube.com/@kieldppa'));
12
+ console.log();
8
13
 
9
14
  import makeWASocket from "./Socket/index.js";
10
15
  //=======================================================//
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dappaoffc/baileys-mod",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "Websocket Whatsapp API for Node.js",
5
5
  "keywords": [
6
6
  "whatsapp",