$kick
Kick someone from group...
Usage:
$kick[jid (optional)]Example:
bot.command({
name: "kick",
code: `$kick[$mentioned[1;yes]]
$onlyIf[$isAdmin!=false;bot must be an admin!]
$onlyIf[$isAdmin[$decodeJid[$sender]]!=false;you must be an admin first lol]
$onlyIf[$mentioned[1;yes]!=;mention some user!]`
})Last updated
Was this helpful?