Discord.Net
Discord.Net copied to clipboard
An unofficial .Net wrapper for the Discord API (https://discord.com/)
The Fact attribute on `Color_New()` in `ColorTests` was removed unexpectedly by this merge: https://github.com/discord-net/Discord.Net/commit/933ea42eaac47094ef77608aa2aa3f6d602ac30d
Fixed the problem of not being able to get more than 1000 bans. fixed https://github.com/discord-net/Discord.Net/issues/2232#issue-1194218215
Implemented the new `resume_gateway_url`. I added two unrelated to my changes TODOs in `DiscordSocketApiClient.ConnectAsync()` for logic that should probably be adjusted at some point, but I can remove them if...
#### This PR allows comparing embeds and its' child classes with each other ### Changes: Added `GetHashCode()`, `Equals()`, `==` operator and `!=` operator to following classes: - `Embed` - `EmbedFooter`...
--- # Abstract This PR fixes the `RemoveModuleAsync` method from the `CommandService` class which doesn't remove the values from `_typedModuleDefs`. This change is required in particular if you want to...
Release v3.7.0 changed `SocketVoiceChannel.Users` to return all users and added `SocketVoiceChannel.ConnectedUsers` to return just the connected users. The xmldocs inherited from `SocketGuildChannel.Users` has an outdated remark. This PR updates that...
When the developer assigns a string to a `TextInputBuilder.Placeholder`, its length is checked against a hardcoded value. Extracting it out to a public variable makes it more consistent with the...
Creating a custom precondition is possible by inheriting from `PreconditionAttribute` for both interactions and commands. When you don't pay attention it's easy to import the wrong namespace and the precondition...
See title. Right now the Dependency Injection -> Injection page has malformed Markdown for the constructor injection code snippet, and would also be pointing incorrectly to the property injection snippet...
### 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...