private_wire
private_wire
Product attributes configured as a slider with a display_pattern display's correctly in layered navigation, but not on frontend product view page. Without displaying the unit of measurement for the attribute,...
# Summary Implement the use of `SnowflakeObject` in Slash command arguments for the `DSP.Commands` lib # Details Created mostly out of necessity for an individual project, this takes a note...
### Summary Nullable slash command arguments in `DSharpPlus.Commands` fire `DiscordClient.CommandErrored` event under certain conditions with "DSharpPlus.Commands.Exceptions.ArgumentParseException: Argument Converter for type DSharpPlus.Entities.DiscordChannel was unable to parse the argument." ### What version...
`InteractionConverterContext.Interaction.Data.Resolved.Roles` can be null when mentioning a `DiscordMember` or `DiscordUser`, causing NRE. Suggest either a null check on the individual used `ISlashArgumentConverter`'s or implement custom logic for `ISlashArgumentConverter` _Originally posted...
# Summary Fixes #1895 Individual `ISlashArgumentConverter`'s make some assumptions, since I guess they were created for a single purpose and not to be invoked by an external `ISlashArgumentConverter` # Details...
### Description command names and arg names can't contain uppercase, so the extension snake-cases them automatically. you can manually specify a parameter name using this attribute, if you need to....
### Summary Running https://github.com/DSharpPlus/DSharpPlus/pull/1908, mixed with some other updates: https://github.com/VereTech-Gaming/DSharpPlus/actions/runs/9507103601) For some reason commands never get registered. ``` 2024-06-14 00:32:17.548 +00:00 [ERR] Event handler exception for event INTERACTION_CREATED thrown from...