Encrypto27
commited on
Commit
Β·
eed39ab
1
Parent(s):
f1968ee
subzero js
Browse files- plugins/main-wa-presence.js +16 -1
- plugins/owners-tools.js +13 -13
plugins/main-wa-presence.js
CHANGED
@@ -1,4 +1,19 @@
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
|
@@ -247,7 +262,7 @@ async (conn, mek, m, { from, body, isOwner }) => {
|
|
247 |
|
248 |
if (config.AUTO_STICKER === 'true') {
|
249 |
//if (isOwner) return;
|
250 |
-
await conn.sendMessage(from,{sticker: { url : data[text]},package: '
|
251 |
|
252 |
}
|
253 |
}
|
|
|
1 |
+
/*
|
2 |
|
3 |
+
$$$$$$\ $$\
|
4 |
+
$$ __$$\ $$ |
|
5 |
+
$$ / \__|$$\ $$\ $$$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\
|
6 |
+
\$$$$$$\ $$ | $$ |$$ __$$\ \____$$ |$$ __$$\ $$ __$$\ $$ __$$\
|
7 |
+
\____$$\ $$ | $$ |$$ | $$ | $$$$ _/ $$$$$$$$ |$$ | \__|$$ / $$ |
|
8 |
+
$$\ $$ |$$ | $$ |$$ | $$ | $$ _/ $$ ____|$$ | $$ | $$ |
|
9 |
+
\$$$$$$ |\$$$$$$ |$$$$$$$ |$$$$$$$$\ \$$$$$$$\ $$ | \$$$$$$ |
|
10 |
+
\______/ \______/ \_______/ \________| \_______|\__| \______/
|
11 |
+
|
12 |
+
Project Name : SubZero MD
|
13 |
+
Creator : Darrell Mucheri ( Mr Frank OFC )
|
14 |
+
Repo : https//github.com/mrfrank-ofc/SUBZERO-MD
|
15 |
+
Support : wa.me/18062212660
|
16 |
+
*/
|
17 |
|
18 |
|
19 |
|
|
|
262 |
|
263 |
if (config.AUTO_STICKER === 'true') {
|
264 |
//if (isOwner) return;
|
265 |
+
await conn.sendMessage(from,{sticker: { url : data[text]},package: 'SUBZERO-MD'},{ quoted: mek })
|
266 |
|
267 |
}
|
268 |
}
|
plugins/owners-tools.js
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
/*
|
2 |
|
3 |
-
$$$$$$\ $$\
|
4 |
-
$$ __$$\ $$ |
|
5 |
-
$$ / \__|$$\ $$\ $$$$$$$\
|
6 |
-
\$$$$$$\ $$ | $$ |$$ __$$\
|
7 |
-
\____$$\ $$ | $$ |$$ | $$
|
8 |
-
$$\ $$ |$$ | $$ |$$ | $$ |
|
9 |
-
\$$$$$$ |\$$$$$$ |$$$$$$$
|
10 |
-
\______/ \______/ \_______/
|
11 |
-
|
12 |
-
Project Name :
|
13 |
-
Creator :
|
14 |
-
Repo : https
|
15 |
-
Support : wa.me/
|
16 |
*/
|
17 |
|
18 |
|
|
|
1 |
/*
|
2 |
|
3 |
+
$$$$$$\ $$\
|
4 |
+
$$ __$$\ $$ |
|
5 |
+
$$ / \__|$$\ $$\ $$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\
|
6 |
+
\$$$$$$\ $$ | $$ |$$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\
|
7 |
+
\____$$\ $$ | $$ |$$ | $$ |$$ / $$ |$$ | \__|$$ / $$ |$$ / $$ |
|
8 |
+
$$\ $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ |$$ | $$ |
|
9 |
+
\$$$$$$ |\$$$$$$ |$$$$$$$ |\$$$$$$$ |$$ | \$$$$$$ |\$$$$$$$ |
|
10 |
+
\______/ \______/ \_______/ \_______|\__| \______/ \_______|
|
11 |
+
|
12 |
+
Project Name : Encrypto-27 AI
|
13 |
+
Creator : Diego Allies ( Dudas )
|
14 |
+
Repo : https://github.com/diegoallies/Encrypto-27-AI
|
15 |
+
Support : wa.me/27679291800
|
16 |
*/
|
17 |
|
18 |
|