Channel linking #214
No reviewers
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot!214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/channel-linking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces channel linking; the linking of voice and text channels together wherein anytime a member joins a voice channel they are automatically given read permissions for the linked text channel. This permission is then revoked upon leaving the channel.
Because all voice channel changes occur under the same event in Discord -
on_voice_state_update- this occurs in any situation where a person is leaving or exiting a channel. The method that causes an update to a voice state is not relevant.I've confirmed that this feature functions as intended in the following scenarios:
This feature comes with 3 new commands:
/cl-add: Link a text and voice channel together./cl-remove: Self-explanatory./cl-list: List the linked channels.Closes #210