DarkGuy10 / BotClient

A discord botclient built with Electron, React and discord.js.
MIT License
185 stars 17 forks source link

[FEATURE] View Hidden Channels #32

Closed DerSimeon closed 2 years ago

DerSimeon commented 2 years ago

Is your feature request related to a problem? Please describe. for a upcoming Roleplay Server we have very strict guidelines for User created Discords, we want to add a Bot to each of them just to make sure we can enforce those guidelines, in order to prevent the Users from just creating hidden Channels and doing forbidden stuff it would be cool to atleast see hidden Channels (reading content is not possible and we don't need that) as well as see hiden Voice Channels and their Users. (just like show hidden channels on Better Discord) Also we don't want to invite Staff to each Discord as its just toooo much work and too many Servers therefore we chose the Bot approach.

Describe the solution you'd like A switch in the Console which enables the visibility of hidden channels, making them in a redish color so the BotClient User sees that this Channel is not accessible normally.

Describe alternatives you've considered None, there is not really one in our case.

SkyLayzer commented 2 years ago

If do this, then it’s better to add a plugin system

SkyLayzer commented 2 years ago

doing something like this at this stage would be a strange decision because the bot client has a bunch of errors, it can't even connect to voice channels

DerSimeon commented 2 years ago

Well tbh I find this much more useful than joining voice Channels, and joining Voice Channels could cause Discord to take actions against this Repo.

DarkGuy10 commented 2 years ago

Is your feature request related to a problem? Please describe. for a upcoming Roleplay Server we have very strict guidelines for User created Discords, we want to add a Bot to each of them just to make sure we can enforce those guidelines, in order to prevent the Users from just creating hidden Channels and doing forbidden stuff it would be cool to atleast see hidden Channels (reading content is not possible and we don't need that) as well as see hiden Voice Channels and their Users. (just like show hidden channels on Better Discord) Also we don't want to invite Staff to each Discord as its just toooo much work and too many Servers therefore we chose the Bot approach.

Describe the solution you'd like A switch in the Console which enables the visibility of hidden channels, making them in a redish color so the BotClient User sees that this Channel is not accessible normally.

Describe alternatives you've considered None, there is not really one in our case.

I'm pretty sure that's already a feature Though not in "red" but channels which are private and considered normally unaccessible for the bot are shown as muted Example: image

And due to missing permissions, they cannot be opened: image

Same goes for private voice channels. They're shown with their names "muted" but you can see the participants: image

DarkGuy10 commented 2 years ago

closing since the feature already exists