Skip to content

Commit

Permalink
> V3
Browse files Browse the repository at this point in the history
  • Loading branch information
GlobalTechInfo authored Oct 11, 2024
1 parent 329ba3b commit 878ee45
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions plugins/menu3.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

let handler = async function (m, { conn, text, usedPrefix }) {

let m2 = `
let m2 = `
≡ Use these commands without the prefix: *${usedPrefix}*
┌─⊷ *AUDIOS*
▢ Bot
Expand All @@ -12,17 +10,17 @@ let m2 = `
▢ Dont be Sad
└──────────────
`
let pp = './assets/qasim.jpg'
conn.sendButton(m.chat, m2, mssg.ig, pp, [
['⏍ Info', `${usedPrefix}botinfo`],
['⌬ Grupos', `${usedPrefix}grp`]
],m, rpyt)
conn.sendFile(m.chat, pp, 'menu.jpg', m2, m, null, rpl)
let pp = './assets/qasim.jpg';
conn.sendButton(m.chat, m2, 'GLOBAL-MD', pp, [
['⏍ Info', `${usedPrefix}botinfo`],
['⌬ Grupos', `${usedPrefix}groups`]
], m, { quoted: m });

conn.sendFile(m.chat, pp, 'menu.jpg', m2, m);
}

handler.help = ['menu3']
handler.tags = ['main']
handler.command = ['menu3', 'audios']
handler.help = ['menu3'];
handler.tags = ['main'];
handler.command = ['menu3', 'audios'];

export default handler
export default handler;

0 comments on commit 878ee45

Please sign in to comment.