Skip to content

Commit

Permalink
Update balas.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikarinka authored Jul 4, 2022
1 parent 7e4e3ed commit 8ac64bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/balas.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let td = 'application/vnd.openxmlformats-officedocument.wordprocessingml.documen
conn.reply(m.chat, logs, m)
}}
handler.command = /^(pesan|balas)$/i
handler.owner = true
handler.owner = false
handler.premium = false
handler.group = false
handler.private = false
Expand All @@ -45,4 +45,4 @@ handler.botAdmin = false
handler.fail = null
handler.limit = false

export default handler
export default handler

0 comments on commit 8ac64bc

Please sign in to comment.