Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mininxd authored Oct 9, 2022
1 parent 5b38aff commit fed9405
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hisoka.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,9 @@ module.exports = hisoka = async (hisoka, m, chatUpdate, store) => {
if (!m.isGroup) throw mess.group
if (!isBotAdmins) throw mess.botAdmin
if (!isAdmins) throw mess.admin
let teks = `══✪〘 *everyone* 〙✪══
➲ *Pesan : ${q ? q : ''}*\n\n`
let teks = ``
for (let mem of participants) {
teks += `@${mem.id.split('@')[0]}\n`
teks += `@${mem.id.split('@')[0]}`
}
hisoka.sendMessage(m.chat, { text: teks, mentions: participants.map(a => a.id) }, { quoted: m })
}
Expand Down Expand Up @@ -1193,4 +1191,4 @@ fs.watchFile(file, () => {
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
})
})

0 comments on commit fed9405

Please sign in to comment.