Lock a channel in discord but users are alowed to see the channel

0

Let me start off by telling you what I am doing and what result I am getting. So I have a role defined as members, they are not allowed to view the contents of the admin channel.

So I go to channel settings> permissions>member role and uncheck the read messages option. Doing so makes the channel dissapear for the member.

What I want is the user should be able to see that there is channel but not able to click on it as shown in the image.

enter image description here

How can I achieve this?

krv

Posted 2019-09-16T17:49:55.610

Reputation: 229

Answers

3

This is not able to be done with text channels, but it is able to be done for voice channels.

By disallowing the Connect permission for the role of your choice (either at the Category permission level or the Channel permission level,) members of your server with the aforementioned role will be able to see the voice channel, but not be able to click it (or connect to it). Disallowing the View Channel permission will remove its visibility entirely.

Beware: Members with the Move Members permission will ignore the disallowed Connect permission.

Related screenshot:

Connect Permission

To do something similar for a Text channel, you can disable the Read Message History and Send Messages permissions (again, at the Category level or the Channel level,) and they'll be able to see the text channel, and will be able to click on it, but will not be able to read any messages. This doesn't exactly achieve what you want to do (that is, to make this channel unclickable,) but that's simply not possible for text channels.

Spevacus

Posted 2019-09-16T17:49:55.610

Reputation: 146