description |
---|
Returns all permissions the user has |
This function returns the permissions this user has
$userPerms[user ID (optional);separator (optional)]
bot.command({
name: "userPerms",
code: `Your Permissions: $userPerms`
//returns 'managemessages,managechannels'
})