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

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net

Results 18 Discord.Net-Labs issues
Sort by recently updated
recently updated
newest added

# Summary When modifying a message and changing its components to null does not clear the buttons.

It's stated in here that in order to specify enum display names, I must use ChoiceDisplayAttribute https://labs.discordnet.dev/guides/int_framework/intro.html https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/release/3.x/src/Discord.Net.Interactions/Attributes/EnumChoiceAttribute.cs https://labs.discordnet.dev/api/Discord.Interactions.ChoiceDisplayAttribute.html However, in the latest version available (3.6.1), this attribute is missing.

## Summary On the 19th Discord added some new features to their api, this issue is a tracker for all the new features added. - [x] #436 - [ ]...

Up for grabs
Tracker
Fresh feature

Please add a function to query Discord.Net.Rest/DiscordRestApiClient.GetPublicArchivedThreadsAsync(ulong channelid...) reason: SocketTextChannel.Threads does not include archived threads.

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. ``` Intents required : GatewayIntents.GuildMembers

Documentation
Enhancement
Internal