Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create snow #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create snow #1

wants to merge 1 commit into from

Conversation

3xpl0itwmv
Copy link

No description provided.

@Yassine-67
Copy link

import fs from 'fs'
import fetch from 'node-fetch'
let handler = async (m, { conn, usedPrefix: _p }) => {
let info = الســويـدي متصـل الان بالانترنيت \nيمكنك كتابة \n.menu\n لتنبتق لك جميع الاوامر \n@${m.sender.split('@')[0]} \n
await conn.reply(m.chat, info, m, { contextInfo: { mentionedJid: [m.sender],forwardingScore: 65,
isForwarded: true, externalAdReply: { title: author, body: bottime,thumbnail: fs.readFileSync('./thumbnail.jpg') }}})
await conn.sendMessage(m.chat, {
audio: {
url: "Essaouidi.mp3"
},
seconds: 65,
ptt: true,
mimetype: "audio/mpeg",
fileName: "vn.mp3",
waveform: [100, 0, 100, 0, 100, 0, 100]
}, {
quoted: m
})
}
handler.customPrefix = /^(tes|سلام|menu|Menu|apk|bobizaty|♥|salam|hy|Hello|.|شكرا|مرحبا)$/i
handler.command = new RegExp

export default handler

@Yassine-67
Copy link

instagram.com/essaouidi_yassine

@Yassine-67
Copy link

FB_IMG_15975298889153119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants