Skip to content

Commit

Permalink
[ Jessi-md 4.8.4 ⏱️ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweeshachamodx authored Jan 28, 2024
1 parent dbeb6cc commit 163f039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/owner-add.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ let handler = async (m, { conn, text, participants }) => {
}
handler.help = ['add', '+'].map(v => 'o' + v + ' @user')
handler.tags = ['owner']
handler.command = /^(oadd|o\+)$/i
handler.command = /^(add|o\+)$/i

handler.owner = true
handler.group = true
handler.botAdmin = true


export default handler
export default handler

0 comments on commit 163f039

Please sign in to comment.