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
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
I can't edit View permission for Voice channels using the lib. But I should be allowed to do this:
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,
The text was updated successfully, but these errors were encountered: