ZuserPerms
Returns the guild permissions held by the command author or specified user, up to the given amount, joined by the separator.
Syntax
ZuserPerms{userID?;amount?;separator?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| userID | snowflake | No | author’s ID |
| amount | integer | No | all |
| separator | string | No | |
Example
ZuserPerms{123456789012345678;5;, }