docs: add clarification for the permission needed for GuildBanAdd and GuildBanRemove#309
docs: add clarification for the permission needed for GuildBanAdd and GuildBanRemove#309kshitijanurag wants to merge 1 commit intoNetCordDev:alphafrom
GuildBanAdd and GuildBanRemove#309Conversation
…nd `GuildBanRemove`
|
Doesn't follow the existing xml documentation patterns for this file (should be in remarks). I also believe this specific information should be properly placed elsewhere. |
|
Remark about permission for NetCord/NetCord/Gateway/GatewayClient.cs Line 297 in 79b9381 |
|
I do agree that there are a few other inconsistencies in that file as it currently stands, which would make that fine. However, that stuff needs to be cleaned up, so that reasoning holds no weight here. The bigger issue is visibility for the specific "clarification" as a whole for the main purposes of XML documentation. If you put it in the gateway client instead of the permission file, then when someone autocompletes/selects that permission symbol in an IDE, no one is going to see that specific remark because it's in gateway client. |
Add clarification about the permission needed for receiving the
GuildBanAddandGuildBanRemovegateway events.Discord API Docs Reference: discord/discord-api-docs#7948