Armano den Boef

Results 11 issues of Armano den Boef

Closes #2376 ### Cause for actions: If the Icon/Emoji args are specified as `null`, the `Optional` still thinks it has an underlying value (being `null`) There was a check for...

Currently rest interactions have a suboptimal approach for controlling the interaction (API calls, parsing & casting) itself. While it works fine as an overload to the global `IXInteraction` types, casting...

version: major
priority: improvement

Adding remarks on functions that require specific permissions to assist developers: i.e: ```cs /// /// ... /// /// /// Intents: /// /// /// Permissions: /// /// /// ... ``` >...

project: docs

A lot of the API docs only refer to internal limitations, and don't address the official docs regarding any further exceptions.

project: docs

### 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...

bug
priority: bug

Currently, there are roughly 12000 strings being forced into memory **in the core package** ([Emoji.cs](https://github.com/discord-net/Discord.Net/blob/dev/src/Discord.Net.Core/Entities/Emotes/Emoji.cs)), just to translate Discord emoji format to Unicode. On top of this, references are made...

version: major
priority: critical

As already addressed by several issues in the past, such as #2118 and #2317; `CleanContent` implementation has not been pulled off elegantly. The original implementor has not provided feedback on...

version: major
priority: critical

Currently, the modal factory is placed behind `RequestOptions`. For v4, this should be swapped around.

version: major
priority: critical

Squash again, will clear the branch later Closes #34

### Description As discussed on the Discord, it is the intent to implement class-based result handlers for every service, in pursuit of more accessible and customizable result handling. The following...

enhancement