ZhasPerm
Checks if a user has a specific permission in a channel (includes channel overwrites).
Syntax
ZhasPerm{userID;channelID;permissionName}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| userID | snowflake | Yes | - |
| channelID | snowflake | Yes | - |
| permissionName | string | Yes | - |
Example
ZhasPerm{123456789012345678;987654321098765432;manageMessages}