Encrypto27
commited on
Commit
ยท
980141c
1
Parent(s):
a5e6e98
fix typo
Browse files- 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: "
|
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 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
|
84 |
-
|
85 |
|
86 |
-
>
|
87 |
|
88 |
-
|
89 |
${readMore}
|
90 |
-
\`CHANNEL
|
91 |
https://whatsapp.com/channel/0029Vb3ErqhA2pLCoqgxXx1M
|
92 |
|
93 |
-
\`GROUP\`
|
94 |
https://chat.whatsapp.com/CA7bhs9XrzB5iywo7mCqaV
|
95 |
|
96 |
-
|
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/
|
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 |
|
|
|
|
|
|
|
|