Encrypto27 commited on
Commit
980141c
ยท
1 Parent(s): a5e6e98
Files changed (1) hide show
  1. plugins/z-support.js +18 -76
plugins/z-support.js CHANGED
@@ -1,58 +1,4 @@
1
 
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
  const config = require('../config');
57
  const { cmd, commands } = require('../command');
58
  const os = require("os");
@@ -64,46 +10,46 @@ const readMore = more.repeat(4001)
64
  cmd({
65
  pattern: "support",
66
  alias : "version",
67
- desc: "encrypto menu",
68
  category: "menu",
69
- react: "๐Ÿ“ก",
70
  filename: __filename
71
  },
72
  async (conn, mek, m, { from, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply }) => {
73
  try {
74
 
75
  let dec = `
76
- โŸฃโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โŸข
77
- โ–ง *แด„ส€แด‡แด€แด›แดส€* : *๐™ณ๐š„๐™ณ๐™ฐ๐š‚ (๐Ÿ‡ฟ๐Ÿ‡ฆ)*
78
- โ–ง *แดแดแด…แด‡* : *${config.MODE}*
79
- โ–ง *แด˜ส€แด‡า“ษชx* : *${config.PREFIX}*
80
- โ–ง *ส€แด€แด* : ${(process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2)}MB / ${Math.round(require('os').totalmem / 1024 / 1024)}MB
81
- โ–ง *แด แด‡ส€sษชแดษด* : *1.0.4* โšก
82
- โ–ง *แดœแด˜แด›ษชแดแด‡* : ${runtime(process.uptime())}
83
 
84
- โŸฃโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โŸข
85
 
86
- > ```ใ€Ž โ˜†เผบโ‚ฌีผษ•ษพแƒงฯลงฯƒ27เผปโ˜† ใ€```
87
 
88
- โŸฃโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โŸข
89
  ${readMore}
90
- \`CHANNEL๐Ÿ› ๏ธ\`
91
  https://whatsapp.com/channel/0029Vb3ErqhA2pLCoqgxXx1M
92
 
93
- \`GROUP\` ๐Ÿ‘ฅ
94
  https://chat.whatsapp.com/CA7bhs9XrzB5iywo7mCqaV
95
 
96
- \`๐™ณ๐š„๐™ณ๐™ฐ๐š‚\` *Dev๐Ÿง‘โ€๐Ÿ’ป*
97
  wa.me/27679291800?text=Support!
98
 
99
- โŸฃโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โŸข
100
 
101
  `;
102
 
103
  await conn.sendMessage(
104
  from,
105
  {
106
- image: { url: `https://i.ibb.co/1m5x85V/mrfrankofc.jpg` },
107
  caption: dec,
108
  contextInfo: {
109
  mentionedJid: [m.sender],
@@ -111,7 +57,7 @@ await conn.sendMessage(
111
  isForwarded: true,
112
  forwardedNewsletterMessageInfo: {
113
  newsletterJid: '120363304325601080@newsletter',
114
- newsletterName: 'ใ€Ž ๐’๐”๐๐™๐„๐‘๐Ž ๐Œ๐ƒ ใ€',
115
  serverMessageId: 143
116
  }
117
  }
@@ -132,7 +78,3 @@ await conn.sendMessage(
132
  }
133
  });
134
 
135
-
136
-
137
-
138
-
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  const config = require('../config');
3
  const { cmd, commands } = require('../command');
4
  const os = require("os");
 
10
  cmd({
11
  pattern: "support",
12
  alias : "version",
13
+ desc: "subzero menu",
14
  category: "menu",
15
+ react: "",
16
  filename: __filename
17
  },
18
  async (conn, mek, m, { from, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply }) => {
19
  try {
20
 
21
  let dec = `
22
+ 
23
+  ** : *()*
24
+  ** : *${config.MODE}*
25
+  *x* : *${config.PREFIX}*
26
+  ** : ${(process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2)}MB / ${Math.round(require('os').totalmem / 1024 / 1024)}MB
27
+  *s* : *1.0.4* 
28
+  ** : ${runtime(process.uptime())}
29
 
30
+ 
31
 
32
+ >  - - 
33
 
34
+ 
35
  ${readMore}
36
+ \`CHANNEL\`
37
  https://whatsapp.com/channel/0029Vb3ErqhA2pLCoqgxXx1M
38
 
39
+ \`GROUP\` 
40
  https://chat.whatsapp.com/CA7bhs9XrzB5iywo7mCqaV
41
 
42
+ \`Dudas\` *Dev*
43
  wa.me/27679291800?text=Support!
44
 
45
+ 
46
 
47
  `;
48
 
49
  await conn.sendMessage(
50
  from,
51
  {
52
+ image: { url: `https://i.ibb.co/HncWPqd/IMG-20250113-WA0336.jpg` },
53
  caption: dec,
54
  contextInfo: {
55
  mentionedJid: [m.sender],
 
57
  isForwarded: true,
58
  forwardedNewsletterMessageInfo: {
59
  newsletterJid: '120363304325601080@newsletter',
60
+ newsletterName: ' ENCRYPTO27 ',
61
  serverMessageId: 143
62
  }
63
  }
 
78
  }
79
  });
80