$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 a +
sign to grant the permission;
Use -
to deny the permission;
Use /
to set the permission to neutral.
Permissions
This list contains a list of all permissions.
Related Functions
$editChannel, used to modify a channel.