You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command that will allow a user to opt-out of a channel something like !leaveChannel <channel-name> which would then remove read permissions for the user in that channel. This command should probably function via DM with an additional guild parameter. There should also be a equivalent join command to rejoin channels they have left.
There should be a check that their permissions rank is such that they should be able to see/join the channel.
If constraining to the correct permissions for the role is not available then this command should not be added.
The text was updated successfully, but these errors were encountered:
Add a command that will allow a user to opt-out of a channel something like
!leaveChannel <channel-name>
which would then remove read permissions for the user in that channel. This command should probably function via DM with an additional guild parameter. There should also be a equivalent join command to rejoin channels they have left.There should be a check that their permissions rank is such that they should be able to see/join the channel.
If constraining to the correct permissions for the role is not available then this command should not be added.
The text was updated successfully, but these errors were encountered: