forked from 2YC-MD/TIMNASA_TMD1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathping.js
More file actions
14 lines (13 loc) · 891 Bytes
/
ping.js
File metadata and controls
14 lines (13 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const { zokou } = require("../framework/zokou");
zokou({ nomCom: "test", reaction: "🧒", nomFichier: __filename }, async (dest, zk, commandeOptions) => {
console.log("Commande saisie !!!s");
let z = '*🌍𝑩𝒐𝒕 𝒊𝒔 𝒐𝒏𝒍𝒊𝒏𝒆🌍* 🙏 \n\n ' + "𝑻𝒉𝒆 𝒃𝒐𝒕 𝒊𝒔 𝒄𝒖𝒓𝒓𝒆𝒏𝒕𝒍𝒚 𝒘𝒐𝒓𝒌𝒊𝒏𝒈 𝒐𝒏 𝒂 𝒈𝒐𝒐𝒅 𝒔𝒑𝒆𝒆𝒅😉👍";
let d = ' 𝑯𝒆𝒂𝒍𝒕𝒉 𝒔𝒕𝒂𝒕𝒖𝒔✨';
let varmess = z + d;
var mp4 = 'https://telegra.ph/file/ce58cf8c538b1496fda33.mp4';
await zk.sendMessage(dest, { video: { url: mp4 }, caption: varmess });
//console.log("montest")
});
console.log("mon test");