$modifyChannelPerms
Modifies permissions for a channel. Also works for categories.
Usage:
$modifyChannelPerms[channelID;+perm1;-perm2;/perm3;+perm4;...;roleID/userID]
Example:
$modifyChannelPerms[$channelID;-sendmessages;$roleID[muted]]
This command will restrict members with the role "muted" from speaking.
Information
Use +
to grant a permission;
Use -
to deny a permission;
Use /
to set a permission to neutral.
Permissions
This list contains a list of all permissions.
Related Functions
$editChannel can be used to modify a channel.