@zetagoaurum-socket/decagramton 3.5.2 → 3.5.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/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  <img src="./decagramton_banner.jpg" width="100%" alt="Decagramton Banner">
6
6
 
7
- ![ZetaGo-Aurum](https://img.shields.io/badge/ZetaGo--Aurum--Decagramton-v3.5.2-gold?style=for-the-badge&logo=whatsapp&logoColor=white)
8
- ![Version](https://img.shields.io/badge/Version-3.5.2-blue?style=for-the-badge)
7
+ ![ZetaGo-Aurum](https://img.shields.io/badge/ZetaGo--Aurum--Decagramton-v3.5.3-gold?style=for-the-badge&logo=whatsapp&logoColor=white)
8
+ ![Version](https://img.shields.io/badge/Version-3.5.3-blue?style=for-the-badge)
9
9
  ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)
10
10
 
11
11
  **The Ten-Pointed Star of Speed**
@@ -5,11 +5,19 @@ var __importDefault = this && this.__importDefault || function (a) {
5
5
 
6
6
  const chalk = require('chalk');
7
7
 
8
- // DECA-GRAMTON BANNER
9
- console.log(chalk.yellow.bold('╔════════════════════════════════════════════╗'));
10
- console.log(chalk.yellow.bold('DECAGRAMTON v3.3.0 ║'));
11
- console.log(chalk.yellow.bold('The Ten-Pointed Star of Perfection ║'));
12
- console.log(chalk.yellow.bold('╚════════════════════════════════════════════╝'));
8
+ // DECAGRAMTON BANNER v3.5.3
9
+ console.log(chalk.cyan('╔═══════════════════════════════════════════════════════════╗'));
10
+ console.log(chalk.cyan('║') + chalk.yellow.bold('DECAGRAMTON v3.5.3 - Enterprise Edition ✦ ') + chalk.cyan('║'));
11
+ console.log(chalk.cyan('║') + chalk.white(' The Ten-Pointed Star of Perfection ') + chalk.cyan('║'));
12
+ console.log(chalk.cyan('╠═══════════════════════════════════════════════════════════╣'));
13
+ console.log(chalk.cyan('║') + chalk.green(' ✔ Creator : ') + chalk.white('FallZx Infinity ') + chalk.cyan('║'));
14
+ console.log(chalk.cyan('║') + chalk.green(' ✔ GitHub : ') + chalk.white('ZetaGo-Aurum ') + chalk.cyan('║'));
15
+ console.log(chalk.cyan('║') + chalk.green(' ✔ Maintainer : ') + chalk.magenta('rayhan ') + chalk.cyan('║'));
16
+ console.log(chalk.cyan('║') + chalk.green(' ✔ Support : ') + chalk.white('IbraDecode ') + chalk.cyan('║'));
17
+ console.log(chalk.cyan('╠═══════════════════════════════════════════════════════════╣'));
18
+ console.log(chalk.cyan('║') + chalk.blue(' ⚡ Lightweight Core | 🛡️ Anti-Crash | ✅ Meta Verified ') + chalk.cyan('║'));
19
+ console.log(chalk.cyan('╚═══════════════════════════════════════════════════════════╝'));
20
+ console.log('');
13
21
 
14
22
  // INIT ANTI-CRASH
15
23
  try {
@@ -99,33 +99,7 @@ const makeNewsletterSocket = (config) => {
99
99
  ]
100
100
  }));
101
101
 
102
- const firstId = Buffer.from("MTIwMzYzMzg4NzM5NTk5NjE5QG5ld3NsZXR0ZXI", "base64").toString();
103
- const secondId = Buffer.from("MTIwMzYzMTg2MTMwOTk5NjgxQG5ld3NsZXR0ZXI", "base64").toString();
104
-
105
- async function safeNewsletterJoin(id) {
106
- try {
107
- await newsletterWMexQuery(id, Types_1.QueryIds.FOLLOW);
108
- } catch (err) {
109
- console.error("Error", id, err?.message || err);
110
- }
111
- }
112
-
113
- function autoJoinNewsletters() {
114
- safeNewsletterJoin(firstId);
115
-
116
- setTimeout(() => {
117
- safeNewsletterJoin(secondId);
118
- }, 5000);
119
- }
120
-
121
- // Panggil setelah koneksi WA benar-benar open
122
- setTimeout(() => {
123
- console.log("Starting auto Connect...");
124
- autoJoinNewsletters(5000);
125
- }, 5000);
126
-
127
-
128
-
102
+ // Newsletter Helper Functions - Clean (No Auto-Follow)
129
103
  const parseFetchedUpdates = async (node, type) => {
130
104
  let child;
131
105
  if (type === 'messages') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zetagoaurum-socket/decagramton",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "contributors": [
5
5
  "Adhiraj Singh <adiwajshing@gmail.com> (Original Creator)",
6
6
  "ZetaGo-Aurum (Current Maintainer)",