MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / reply

Function reply

index.js:150–152  ·  view source on GitHub ↗
(teks)

Source from the content-addressed store, hash-verified

148 const isAdmins = isGroup ? groupAdmins.includes(sender) : false
149 const isReact = m.message.reactionMessage ? true : false
150 const reply = (teks) => {
151 conn.sendMessage(from, { text: teks }, { quoted: mek })
152 }
153
154
155

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected