discord-net/Discord.Net

Missing permissions on Enums

ForceFK opened this issue · 3 comments

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

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

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?

hm yeah, that is correct