Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds stream to Permissions.all, and Permissions.allVoice. #520

Merged
merged 3 commits into from
Sep 9, 2019

Conversation

Khaaz
Copy link
Contributor

@Khaaz Khaaz commented Aug 14, 2019

Just realised that #516 added the stream permission without adding it to Permissions.all, Permissions.allGuild and Permissions.allVoice.
This PR addresses that.

@Zoddo Zoddo mentioned this pull request Aug 20, 2019
lib/Constants.js Outdated
all: 0b1111111111101111111110111111111,
allGuild: 0b1111100000000000000000010111111,
all: 0b1111111111101111111111111111111,
allGuild: 0b1111100000000000000001010111111,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the stream permission should be added in allGuild. It's a voice-channel only permission, it doesn't have any effect guild-wide.

@abalabahaha
Copy link
Owner

Along with the review above, also needs to be updated since #523 was merged first

@Khaaz
Copy link
Contributor Author

Khaaz commented Aug 26, 2019

Sorry for the late update, merged and removed from guild permissions (obviously didn't fit there indeed).

@Khaaz Khaaz changed the title Adds stream to Permissions.all, Guild, Voice. Adds stream to Permissions.all, and Permissions.allVoice. Aug 26, 2019
@abalabahaha abalabahaha merged commit b75bdda into abalabahaha:dev Sep 9, 2019
@Khaaz Khaaz deleted the stream_perm branch November 10, 2019 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants