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

Missing permissions on Enums #2998

Closed
ForceFK opened this issue Sep 4, 2024 · 3 comments · Fixed by #3006
Closed

Missing permissions on Enums #2998

ForceFK opened this issue Sep 4, 2024 · 3 comments · Fixed by #3006
Assignees

Comments

@ForceFK
Copy link
Contributor

ForceFK commented Sep 4, 2024

Checking the permissions I noticed that some are missing that are present in the API documentation, could someone who is familiar with this part update?

CREATE_EVENTS
USE_EXTERNAL_SOUNDS

@Misha-133
Copy link
Member

CreateEvents

that is not correct, it's present in the lib - https://github.com/discord-net/Discord.Net/blob/dev/src/Discord.Net.Core/Entities/Permissions/ChannelPermission.cs#L179

USE_EXTERNAL_SOUNDS

it is/was going to be shipped with the soundboard support
i will probably add it separetly

@ForceFK
Copy link
Contributor Author

ForceFK commented Sep 4, 2024

that is not correct, it's present in the lib - https://github.com/discord-net/Discord.Net/blob/dev/src/Discord.Net.Core/Entities/Permissions/ChannelPermission.cs#L179

Correct me if I'm wrong, but shouldn't CreateEvents also be present in GuildPermission?

@Misha-133
Copy link
Member

hm yeah, that is correct

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

Successfully merging a pull request may close this issue.

2 participants