Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Add intents used/required for methods requiring them #408

Open drobbins329 opened 2 years ago

drobbins329 commented 2 years ago

In the XML, add the intents used/required for all methods needing them.

reason: to aid in development and debugging.

example: CreateThreadAsync requires GUILD_MEMBERS intent.


<summary>
       Intents required : GatewayIntents.GuildMembers
</summary>