Color-Chan.Discord icon indicating copy to clipboard operation
Color-Chan.Discord copied to clipboard

A .NET Discord library made for interactions using webhooks.

Results 10 Color-Chan.Discord issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It's possible to add a component button with an empty string for the customId. **To Reproduce** Steps to reproduce the behavior: ```cs responseBuilder.WithComponent( new ActionRowComponentBuilder() .WithButton( "Previous",...

bug

# Add auto complete Currently the interaction type for auto completes are not handled. This should be added in **v2.0.0** ## Resources https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type

enhancement

**Modals** Add support for modals. https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal

enhancement

# Guild rest client A Guild rest client has been added in **v1.3.0** but it is till missing some endpoints. ## Resources https://discord.com/developers/docs/resources/guild

enhancement

# Channel rest client A Channel rest client has been added in **v1.3.0** but it is till missing some endpoints. ## Resources https://discord.com/developers/docs/resources/channel

enhancement

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.12 to 0.14.0. Release notes Sourced from BenchmarkDotNet's releases. 0.14.0 Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html Highlights Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser...

dependencies

## Feature request API models should not share the same data class for different types. This would prevent issue like: https://github.com/Color-Chan/Color-Chan.Discord/pull/267 in the future. For example: see [DiscordInteractionRequestData](https://github.com/Color-Chan/Color-Chan.Discord/blob/main/src/Color-Chan.Discord.Core/Common/API/DataModels/Interaction/DiscordInteractionRequestData.cs). It contains...

# Feature Add localization support to the library

enhancement

## Feature request Implement components V2 :)

enhancement

## Feature request Rate limiting is always enforced even when the executed command fails. There should be a way to prevent the rate limiting to trigger when the previous command...