Skip to content

Conversation

@Plerx2493
Copy link
Member

No description provided.

@Plerx2493 Plerx2493 added this to the v5.0 milestone May 29, 2025
@Plerx2493 Plerx2493 self-assigned this May 29, 2025
Copy link
Member

@akiraveliara akiraveliara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in addition to the other comments, please ensure xmldocs in DiscordSoundboardSound are complete sentences and terminated properly - in particular, the skipCache documentation does not at all clarify what the parameter does without background knowledge.

Comment on lines 7249 to 7261
internal sealed record RestModifySoundboardSoundPayload
{
[JsonProperty("name")]
public required string Name { get; init; }

[JsonProperty("volume")]
public Optional<double>? Volume { get; init; }

[JsonProperty("emoji_id")]
public Optional<ulong>? EmojiId { get; init; }

[JsonProperty("emoji_name")]
public Optional<string>? EmojiName { get; init; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should go into its own file

await this.rest.ExecuteRequestAsync(request);
}

internal async ValueTask<DiscordSoundboardSound> GetGuildSoundboardSoundAsync(ulong guildId, ulong soundId)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make these methods public

@Plerx2493
Copy link
Member Author

Aki, thanks for the review but the pr is highly wip and therefore a draft

@Plerx2493
Copy link
Member Author

Maybe i should have put that in the description

@Plerx2493 Plerx2493 force-pushed the plerx/dev/soundboard branch from 39036f5 to 91263db Compare July 12, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants