Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

View channel permission for Voice channels #268

Open
k1ker opened this issue May 12, 2018 · 0 comments
Open

View channel permission for Voice channels #268

k1ker opened this issue May 12, 2018 · 0 comments

Comments

@k1ker
Copy link

k1ker commented May 12, 2018

I can't edit View permission for Voice channels using the lib. But I should be allowed to do this:
voice_and_text

Lines 1010-1012:
allowed_values = [0, 4, 28].concat(((channel.type === 'text' || channel.type === 0) ? [10, 11, 12, 13, 14, 15, 16, 17, 18] : [20, 21, 22, 23, 24, 25] ));
Probably, we need just add 10, in the last array before 20,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant