Skip to content

Commit

Permalink
Create طلاق.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dazai31643 authored Mar 19, 2024
1 parent 369737b commit b345241
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/طلاق.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
let toM = a => '@' + a.split('@')[0]
function handler(m, { groupMetadata }) {
let ps = groupMetadata.participants.map(v => v.id)
let a = ps.getRandom()
let b
do b = ps.getRandom()
while (b === a)
m.reply(`*${toM(a)}, وش رأيك تطلقها 😂*
*${toM(b)},*لاتزعلي 🤭\n\*نزوجك دازاي وش رأيك*`, null, {
mentions: [a, b]
})}
handler.help = ['formarpareja']
handler.tags = ['main', 'fun']
handler.command = ['الطلاق','طلاق']
handler.group = true
export default handler

0 comments on commit b345241

Please sign in to comment.