-
Notifications
You must be signed in to change notification settings - Fork 0
Permission
Jenya705 edited this page Oct 11, 2021
·
2 revisions
Permission object represents any permission (player permission or bot permission)
Field name | Field description |
---|---|
toggled | Is permission toggled |
name | Permission name |
target | Permission target |
Target is uuid used in many ways, like user.send_message permission uses target as uuid player.
Permission without target
Permission with target
{
"toggled": true,
"name": "user.send_message",
"target": "ca78e928-484b-36ff-bc1e-ade3e86597df"
}