forked from Kingjux/Los-Rios-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbmw.js
37 lines (35 loc) · 1.79 KB
/
bmw.js
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
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const { france } = require("../framework/france");
france({ nomCom: "bmw", reaction: "🚗", nomFichier: __filename }, async (dest, zk, commandeOptions) => {
console.log("Commande saisie !!!s");
let z = '𝚃𝙷𝙸𝚂 𝙸𝚂 𝙻𝙾𝚂 𝚁𝙸𝙾𝚂 𝙼𝙳 𝙱𝙾𝚃 𝙲𝚁𝙴𝙰𝚃𝙴𝙳 𝙱𝚈 𝚅𝙴𝙽𝙾𝙲𝚈𝙱𝙴𝚁 𝚃𝙴𝙲𝙷🥷 🚗 \n\n ' + "║❒ 𝗥𝗲𝗽𝗼https://github.com/Kingjux/Los-Rios-md ";
let d = ' ║❒ 𝗬𝗼𝘂𝗧𝘂𝗯𝗲 https://youtube.com/@JASTINMTEWA-vn9pl?si=E-WDZayoE0NRM6YQ';
let varmess = z + d;
var mp4 = 'https://telegra.ph/file/789ff523af28f7292aa9c.mp4';
await zk.sendMessage(dest, { video: { url: mp4 }, caption: varmess });
//console.log("montest")
async(Void, citel, text, isAdmins) => {
Void.sendMessage(citel.chat, {
react: {
text: "🚘",
key: citel.key
}
})
await Void.sendPresenceUpdate('recording', citel.chat);
await Void.sendMessage(citel.chat, { audio: {url : 'https://a.uguu.se/lOZETVDW.mp4'',}, mimetype: 'audio/mpeg', ptt: true }, { quoted: citel, });
});
console.log("mon test");
/*module.exports.commande = () => {
var nomCom = ["test","t"]
var reaction="☺️"
return { nomCom, execute,reaction }
};
async function execute (origineMessage,zok) {
console.log("Commande saisie !!!s")
let z ='Salut je m\'appelle *BMW-MD-REPO* \n\n '+'je suis un bot Whatsapp Multi-appareil '
let d =' developpé par *BMW-MD-REPO*'
let varmess=z+d
var img='https://telegra.ph/file/13d63c21c1a665bfd8324.jpg'
await zok.sendMessage(origineMessage, { image:{url:img},caption:varmess});
} */