Discord.Net-Labs icon indicating copy to clipboard operation
Discord.Net-Labs copied to clipboard

Add intents used/required for methods requiring them

Open drobbins329 opened this issue 3 years ago • 0 comments

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>

drobbins329 avatar Dec 28 '21 23:12 drobbins329