Discord.Net-Labs
Discord.Net-Labs copied to clipboard
Add intents used/required for methods requiring them
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>