Discord.Net
                                
                                
                                
                                    Discord.Net copied to clipboard
                            
                            
                            
                        An unofficial .Net wrapper for the Discord API (https://discord.com/)
### Description In `CommandBuidler`, the `AddParameters` expects an array of `TParamBuidler`. https://github.com/discord-net/Discord.Net/blob/de8da0d3b998d32e248e5e438039d266139e4776/src/Discord.Net.Interactions/Builders/Commands/CommandBuilder.cs#L136-L147 In the explicit implementation of `ICommandBuilder.AddParameters`, the `parameters` of type `IParameterBuilder[]` should be cast to `TParamBuilder[]` array instead...
### Description In `ModuleBuidler`, an overload for adding autocomplete command was named `AddSlashCommand` instead of `AddAutocompleteCommand`. This pull request would like to correct the method name while maintaining backward compatibility....
### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...
### Description I've added nearly all of the opus's functions and implemented safe handlers for thread safety and reference safety. So it is easier to dispose of opus native objects...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...
I would like to add telemetry support to Discord.NET through [Activities](https://learn.microsoft.com/dotnet/api/system.diagnostics.activity?view=net-9.0) and [Meters](https://learn.microsoft.com/dotnet/api/system.diagnostics.metrics.meter?view=net-9.0). This would mainly affect the WebSocket and Interactions project. A few sample telemetry datas I would like...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...