Skip to content

Commit

Permalink
Update revoke.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noureddineouafy authored Feb 22, 2024
1 parent 63a6a3b commit 09e4a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/revoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let handler = async (m, { conn }) => {

}
handler.help = ['revoke']
handler.tags = ['group']
handler.tags = ['owner']
handler.command = /^revoke$/i

handler.group = true
Expand All @@ -24,4 +24,4 @@ export default handler
async function shortUrl(url) {
let res = await fetch(`https://tinyurl.com/api-create.php?url=${url}`)
return await res.text()
}
}

0 comments on commit 09e4a14

Please sign in to comment.